GroupId | GroupIdcom.zarbosoft |
---|---|
ArtifactId | ArtifactIdgettus |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
gettus-0.0.9.pom | |
gettus-0.0.9.jar | 28 KB |
gettus-0.0.9-sources.jar | 8 KB |
gettus-0.0.9-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zarbosoft/gettus/ -->
<dependency>
<groupId>com.zarbosoft</groupId>
<artifactId>gettus</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.zarbosoft/gettus/
implementation 'com.zarbosoft:gettus:0.0.9'
// https://jarcasting.com/artifacts/com.zarbosoft/gettus/
implementation ("com.zarbosoft:gettus:0.0.9")
'com.zarbosoft:gettus:jar:0.0.9'
<dependency org="com.zarbosoft" name="gettus" rev="0.0.9">
<artifact name="gettus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zarbosoft', module='gettus', version='0.0.9')
)
libraryDependencies += "com.zarbosoft" % "gettus" % "0.0.9"
[com.zarbosoft/gettus "0.0.9"]