GroupId | GroupIdcom.zmannotes |
---|---|
ArtifactId | ArtifactIdscuttlebutt |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
scuttlebutt-0.0.3.pom | |
scuttlebutt-0.0.3.jar | 11 KB |
scuttlebutt-0.0.3-sources.jar | 8 KB |
scuttlebutt-0.0.3-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zmannotes/scuttlebutt/ -->
<dependency>
<groupId>com.zmannotes</groupId>
<artifactId>scuttlebutt</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes/scuttlebutt/
implementation 'com.zmannotes:scuttlebutt:0.0.3'
// https://jarcasting.com/artifacts/com.zmannotes/scuttlebutt/
implementation ("com.zmannotes:scuttlebutt:0.0.3")
'com.zmannotes:scuttlebutt:jar:0.0.3'
<dependency org="com.zmannotes" name="scuttlebutt" rev="0.0.3">
<artifact name="scuttlebutt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes', module='scuttlebutt', version='0.0.3')
)
libraryDependencies += "com.zmannotes" % "scuttlebutt" % "0.0.3"
[com.zmannotes/scuttlebutt "0.0.3"]