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