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