belgattitude / php-java-bridge

Soluble PHP/Java bridge server (unofficial fork)
Other
45 stars 10 forks source link

Artifact on maven central #19

Closed belgattitude closed 7 years ago

belgattitude commented 7 years ago

Publish an artifact on Maven Central (sonatype oss)

belgattitude commented 7 years ago

A first artifact has been published, see https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22php-java-bridge%22 with release 6.2.11-rc-1, should be considered 'pre-release'

For maven:

<dependency>
    <groupId>io.soluble.pjb</groupId>
    <artifactId>php-java-bridge</artifactId>
    <version>6.2.11-rc-1</version>
</dependency>

gradle

compile 'io.soluble.pjb:php-java-bridge:6.2.11-rc-1'