a

aciertoteam-common

Contains common functionality which used by other acierto modules
https://github.com/acierto/acierto-components
The Apache License, Version 2.0
Acierto Team
Files download
File Operation
aciertoteam-common-1.1.0.jar download
aciertoteam-common-1.1.0.pom download
aciertoteam-common-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.acierto</groupId>
  <artifactId>aciertoteam-common</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.acierto:aciertoteam-common:1.1.0'
Gradle Kotlin
implementation("com.github.acierto:aciertoteam-common:1.1.0")
Scala SBT
libraryDependencies += "com.github.acierto" % "aciertoteam-common" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.acierto', module='aciertoteam-common', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.acierto" name="aciertoteam-common" rev="1.1.0" />
Leiningen
[com.github.acierto/aciertoteam-common "1.1.0"]
Apache Buildr
'com.github.acierto:aciertoteam-common:jar:1.1.0'