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