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