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