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