GroupId | GroupIdcom.stratio.decision |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.9.1.pom | |
commons-0.9.1.jar | 24 KB |
commons-0.9.1-sources.jar | 20 KB |
commons-0.9.1-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.decision/commons/ -->
<dependency>
<groupId>com.stratio.decision</groupId>
<artifactId>commons</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.decision/commons/
implementation 'com.stratio.decision:commons:0.9.1'
// https://jarcasting.com/artifacts/com.stratio.decision/commons/
implementation ("com.stratio.decision:commons:0.9.1")
'com.stratio.decision:commons:jar:0.9.1'
<dependency org="com.stratio.decision" name="commons" rev="0.9.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.decision', module='commons', version='0.9.1')
)
libraryDependencies += "com.stratio.decision" % "commons" % "0.9.1"
[com.stratio.decision/commons "0.9.1"]