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