WaifUPnP icon indicating copy to clipboard operation
WaifUPnP copied to clipboard

Upload to Maven Central or similar

Open drusin opened this issue 7 years ago • 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.

drusin avatar Nov 04 '18 20:11 drusin

+1 - any updates?

lol that you played UT 💃

raLaaaa avatar Nov 11 '18 20:11 raLaaaa

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

adolfintel avatar Nov 11 '18 21:11 adolfintel

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

raLaaaa avatar Nov 21 '18 19:11 raLaaaa

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

adolfintel avatar Nov 21 '18 19:11 adolfintel

Guessing you never got around to it?

BillyGalbreath avatar Jan 23 '20 02:01 BillyGalbreath

@adolfintel Any updates?

brunoais avatar Feb 25 '20 19:02 brunoais

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

adolfintel avatar Feb 25 '20 19:02 adolfintel

@adolfintel Under what full name is it?

brunoais avatar Feb 25 '20 20:02 brunoais

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.

adolfintel avatar Feb 26 '20 07:02 adolfintel

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

brunoais avatar Mar 01 '20 10:03 brunoais

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'
}

frypatch avatar Jun 04 '20 03:06 frypatch

@drusin @BillyGalbreath @brunoais @frypatch @raLaaaa

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

EasyG0ing1 avatar Mar 21 '22 22:03 EasyG0ing1