Files download
File Operation
common-1.0.1.jar download
common-1.0.1.pom download
common-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.x-team-plus</groupId>
  <artifactId>common</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.x-team-plus:common:1.0.1'
Gradle Kotlin
implementation("io.github.x-team-plus:common:1.0.1")
Scala SBT
libraryDependencies += "io.github.x-team-plus" % "common" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.x-team-plus', module='common', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.x-team-plus" name="common" rev="1.0.1" />
Leiningen
[io.github.x-team-plus/common "1.0.1"]
Apache Buildr
'io.github.x-team-plus:common:jar:1.0.1'