| GroupId | GroupIdorg.unix4j |
|---|---|
| ArtifactId | ArtifactIdunix4j |
| Version | Version0.6 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| unix4j-0.6.pom | 4 KB |
| unix4j-0.6-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.unix4j/unix4j/ -->
<dependency>
<groupId>org.unix4j</groupId>
<artifactId>unix4j</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.unix4j/unix4j/
implementation 'org.unix4j:unix4j:0.6'
// https://jarcasting.com/artifacts/org.unix4j/unix4j/
implementation ("org.unix4j:unix4j:0.6")
'org.unix4j:unix4j:jar:0.6'
<dependency org="org.unix4j" name="unix4j" rev="0.6">
<artifact name="unix4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unix4j', module='unix4j', version='0.6')
)
libraryDependencies += "org.unix4j" % "unix4j" % "0.6"
[org.unix4j/unix4j "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |