| Группа | Группаorg.unix4j |
|---|---|
| Идентификатор | Идентификаторunix4j |
| Версия | Версия0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| unix4j-0.5.pom | 4 KB |
| unix4j-0.5-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.unix4j/unix4j/ -->
<dependency>
<groupId>org.unix4j</groupId>
<artifactId>unix4j</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.unix4j/unix4j/
implementation 'org.unix4j:unix4j:0.5'
// https://jarcasting.com/artifacts/org.unix4j/unix4j/
implementation ("org.unix4j:unix4j:0.5")
'org.unix4j:unix4j:jar:0.5'
<dependency org="org.unix4j" name="unix4j" rev="0.5">
<artifact name="unix4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unix4j', module='unix4j', version='0.5')
)
libraryDependencies += "org.unix4j" % "unix4j" % "0.5"
[org.unix4j/unix4j "0.5"]