GroupId | GroupIdorg.unix4j |
---|---|
ArtifactId | ArtifactIdunix4j-base |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
unix4j-base-0.4.pom | |
unix4j-base-0.4.jar | 165 KB |
unix4j-base-0.4-sources.jar | 96 KB |
unix4j-base-0.4-javadoc.jar | 906 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unix4j/unix4j-base/ -->
<dependency>
<groupId>org.unix4j</groupId>
<artifactId>unix4j-base</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.unix4j/unix4j-base/
implementation 'org.unix4j:unix4j-base:0.4'
// https://jarcasting.com/artifacts/org.unix4j/unix4j-base/
implementation ("org.unix4j:unix4j-base:0.4")
'org.unix4j:unix4j-base:jar:0.4'
<dependency org="org.unix4j" name="unix4j-base" rev="0.4">
<artifact name="unix4j-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unix4j', module='unix4j-base', version='0.4')
)
libraryDependencies += "org.unix4j" % "unix4j-base" % "0.4"
[org.unix4j/unix4j-base "0.4"]