GroupId | GroupIdcom.github.sharispe |
---|---|
ArtifactId | ArtifactIdslib-tools |
Version | Version0.9 |
Type | Typepom |
Filename | Size |
---|---|
slib-tools-0.9.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sharispe/slib-tools/ -->
<dependency>
<groupId>com.github.sharispe</groupId>
<artifactId>slib-tools</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sharispe/slib-tools/
implementation 'com.github.sharispe:slib-tools:0.9'
// https://jarcasting.com/artifacts/com.github.sharispe/slib-tools/
implementation ("com.github.sharispe:slib-tools:0.9")
'com.github.sharispe:slib-tools:pom:0.9'
<dependency org="com.github.sharispe" name="slib-tools" rev="0.9">
<artifact name="slib-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sharispe', module='slib-tools', version='0.9')
)
libraryDependencies += "com.github.sharispe" % "slib-tools" % "0.9"
[com.github.sharispe/slib-tools "0.9"]