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