| GroupId | GroupIdcom.krrrr38 |
|---|---|
| ArtifactId | ArtifactIdjabot |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jabot-0.1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.krrrr38/jabot/ -->
<dependency>
<groupId>com.krrrr38</groupId>
<artifactId>jabot</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.krrrr38/jabot/
implementation 'com.krrrr38:jabot:0.1.0'
// https://jarcasting.com/artifacts/com.krrrr38/jabot/
implementation ("com.krrrr38:jabot:0.1.0")
'com.krrrr38:jabot:pom:0.1.0'
<dependency org="com.krrrr38" name="jabot" rev="0.1.0">
<artifact name="jabot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.krrrr38', module='jabot', version='0.1.0')
)
libraryDependencies += "com.krrrr38" % "jabot" % "0.1.0"
[com.krrrr38/jabot "0.1.0"]