rpgreen / apigateway-generic-java-sdk

Simple generic Java client SDK for Amazon API Gateway endpoints
Apache License 2.0
24 stars 16 forks source link

publish to Maven? #1

Closed theburningmonk closed 6 years ago

theburningmonk commented 7 years ago

hi, thanks for doing this work, it's exactly what I'm looking for after hours of searching for a simple way to make signed HTTP requests with Scala.

However, I couldn't find the package on maven central, any chance this can be published and shared as a maven package?

eranation commented 7 years ago

Looks like in progress, but might require to change the groupId

See

https://issues.sonatype.org/browse/OSSRH-33417?focusedCommentId=423473&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-423473

rpgreen commented 7 years ago

Opened a new ticket @ https://issues.sonatype.org/browse/OSSRH-33644 Not sure who opened the original one

eranation commented 7 years ago

@rpgreen looks like it was approved! :)

yakamoto69 commented 7 years ago

Is it released on Maven?

jnawk commented 6 years ago

bump

rpgreen commented 6 years ago

1.0 has been released on Maven central. You should be able to take a dependency on it with

<dependency>
  <groupId>ca.ryangreen</groupId>
  <artifactId>apigateway-generic-java-sdk</artifactId>
  <version>1.0</version>
</dependency>

Let me know if any issues

eranation commented 6 years ago

Awesome, thanks! Can you please add a git tag on what was part of 1.0? just in case. thanks!