adamheinrich / native-utils

A simple library class which helps with loading dynamic JNI libraries stored in the JAR archive
https://www.adamheinrich.com/blog/2012/12/how-to-load-native-jni-library-from-jar/
MIT License
248 stars 90 forks source link

publish to m2/jcenter #13

Open thekalinga opened 6 years ago

thekalinga commented 6 years ago

Currently we all have to copy the class into our source. This is unnecessary work & pollutes the codebase

Can u publish this into a maven central (m2) repository

Ryudo302 commented 5 years ago

+1

FlandiaYingman commented 5 years ago

+1

raman-r-4978 commented 4 years ago

There you go https://mvnrepository.com/artifact/com.github.ramanrajarathinam/native-utils

Thanks Adam.