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