License |
License |
---|---|
GroupId | GroupIdcom.krrrr38 |
ArtifactId | ArtifactIdjabot |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionJabot
Java + Bot = Jabot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jabot-0.2.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.krrrr38/jabot/ -->
<dependency>
<groupId>com.krrrr38</groupId>
<artifactId>jabot</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.krrrr38/jabot/
implementation 'com.krrrr38:jabot:0.2.0'
// https://jarcasting.com/artifacts/com.krrrr38/jabot/
implementation ("com.krrrr38:jabot:0.2.0")
'com.krrrr38:jabot:pom:0.2.0'
<dependency org="com.krrrr38" name="jabot" rev="0.2.0">
<artifact name="jabot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.krrrr38', module='jabot', version='0.2.0')
)
libraryDependencies += "com.krrrr38" % "jabot" % "0.2.0"
[com.krrrr38/jabot "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |