adolfintel/WaifUPnP

Upload to Maven Central or similar

drusin opened this issue ยท 12 comments

It would be nice to have this awesome library in a popular global repository like https://mvnrepository.com/ for easier inclusion into projects.

+1 - any updates?

lol that you played UT ๐Ÿ’ƒ

Shit I totally forgot to do it. I'll see how it works in the next few days

I can try to help you to deploy it on mvn by the way in case you need help.

I'll do it ASAP, I've been sick in the last couple of weeks.

Guessing you never got around to it?

@adolfintel Any updates?

Someone else put the project on maven some time ago, was it removed?

@adolfintel Under what full name is it?

Hmm, it seems to be gone. Do you want to do it? I don't have experience with it and I'm busy with another project right now.

I don't have time to maintain it. Sorry (I think you can also get the idea from how long I took to answer :( )

I converted this into a gradle project here: https://github.com/geo-gs/WaifUPnP/

This means that you can now use jitpack to import the library into a gradle project by adding this to your build.gradle.

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    compile 'com.github.geo-gs:WaifUPnP:master-SNAPSHOT'
}

@drusin @BillyGalbreath @brunoais @frypatch @raLaaaa

<dependency>
  <groupId>com.simtechdata</groupId>
  <artifactId>WaifUPnP</artifactId>
  <version>1.0</version>
</dependency>