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