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