GroupId | GroupIdcom.github.tanob |
---|---|
ArtifactId | ArtifactIdgroobe |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
groobe-1.0.pom | |
groobe-1.0.jar | 31 KB |
groobe-1.0-sources.jar | 317 bytes |
groobe-1.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tanob/groobe/ -->
<dependency>
<groupId>com.github.tanob</groupId>
<artifactId>groobe</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tanob/groobe/
implementation 'com.github.tanob:groobe:1.0'
// https://jarcasting.com/artifacts/com.github.tanob/groobe/
implementation ("com.github.tanob:groobe:1.0")
'com.github.tanob:groobe:jar:1.0'
<dependency org="com.github.tanob" name="groobe" rev="1.0">
<artifact name="groobe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tanob', module='groobe', version='1.0')
)
libraryDependencies += "com.github.tanob" % "groobe" % "1.0"
[com.github.tanob/groobe "1.0"]