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