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