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