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