Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.github.jy95.fds</groupId>
  <artifactId>common</artifactId>
  <version>2.0.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="io.github.jy95.fds" name="common" rev="2.0.1-SNAPSHOT">
  <artifact name="common" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.jy95.fds', module='common', version='2.0.1-SNAPSHOT')
)

Gradle/Grails

implementation 'io.github.jy95.fds:common:2.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "io.github.jy95.fds" % "common" % "2.0.1-SNAPSHOT"

Leiningen

[io.github.jy95.fds/common "2.0.1-SNAPSHOT"]