| GroupId | GroupIdcom.krrrr38 |
|---|---|
| ArtifactId | ArtifactIdjabot-plugin-base |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jabot-plugin-base-0.1.2.pom | |
| jabot-plugin-base-0.1.2.jar | 6 KB |
| jabot-plugin-base-0.1.2-sources.jar | 2 KB |
| jabot-plugin-base-0.1.2-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.krrrr38/jabot-plugin-base/ -->
<dependency>
<groupId>com.krrrr38</groupId>
<artifactId>jabot-plugin-base</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.krrrr38/jabot-plugin-base/
implementation 'com.krrrr38:jabot-plugin-base:0.1.2'
// https://jarcasting.com/artifacts/com.krrrr38/jabot-plugin-base/
implementation ("com.krrrr38:jabot-plugin-base:0.1.2")
'com.krrrr38:jabot-plugin-base:jar:0.1.2'
<dependency org="com.krrrr38" name="jabot-plugin-base" rev="0.1.2">
<artifact name="jabot-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krrrr38', module='jabot-plugin-base', version='0.1.2')
)
libraryDependencies += "com.krrrr38" % "jabot-plugin-base" % "0.1.2"
[com.krrrr38/jabot-plugin-base "0.1.2"]