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