Maven Coordinates
Apache Maven
<dependency>
<groupId>io.github.jy95.fds</groupId>
<artifactId>common</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
Apache Ivy
<dependency org="io.github.jy95.fds" name="common" rev="1.0.1-SNAPSHOT">
<artifact name="common" type="jar" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='io.github.jy95.fds', module='common', version='1.0.1-SNAPSHOT')
)
Gradle/Grails
implementation 'io.github.jy95.fds:common:1.0.1-SNAPSHOT'
Scala SBT
libraryDependencies += "io.github.jy95.fds" % "common" % "1.0.1-SNAPSHOT"
Leiningen
[io.github.jy95.fds/common "1.0.1-SNAPSHOT"]