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