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