GroupId | GroupIdcom.stratio.mojo.unix |
---|---|
ArtifactId | ArtifactIdunix-common |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
unix-common-1.1.4.pom | |
unix-common-1.1.4.jar | 144 KB |
unix-common-1.1.4-sources.jar | 70 KB |
unix-common-1.1.4-javadoc.jar | 383 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.mojo.unix/unix-common/ -->
<dependency>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix-common</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.mojo.unix/unix-common/
implementation 'com.stratio.mojo.unix:unix-common:1.1.4'
// https://jarcasting.com/artifacts/com.stratio.mojo.unix/unix-common/
implementation ("com.stratio.mojo.unix:unix-common:1.1.4")
'com.stratio.mojo.unix:unix-common:jar:1.1.4'
<dependency org="com.stratio.mojo.unix" name="unix-common" rev="1.1.4">
<artifact name="unix-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.mojo.unix', module='unix-common', version='1.1.4')
)
libraryDependencies += "com.stratio.mojo.unix" % "unix-common" % "1.1.4"
[com.stratio.mojo.unix/unix-common "1.1.4"]