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