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