GroupId | GroupIdorg.bitbucket.abuwandi |
---|---|
ArtifactId | ArtifactIdsnoopy |
Version | Version0.8.8 |
Type | Typejar |
Filename | Size |
---|---|
snoopy-0.8.8.pom | |
snoopy-0.8.8.jar | 201 KB |
snoopy-0.8.8-sources.jar | 81 KB |
snoopy-0.8.8-javadoc.jar | 541 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy/ -->
<dependency>
<groupId>org.bitbucket.abuwandi</groupId>
<artifactId>snoopy</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy/
implementation 'org.bitbucket.abuwandi:snoopy:0.8.8'
// https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy/
implementation ("org.bitbucket.abuwandi:snoopy:0.8.8")
'org.bitbucket.abuwandi:snoopy:jar:0.8.8'
<dependency org="org.bitbucket.abuwandi" name="snoopy" rev="0.8.8">
<artifact name="snoopy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.abuwandi', module='snoopy', version='0.8.8')
)
libraryDependencies += "org.bitbucket.abuwandi" % "snoopy" % "0.8.8"
[org.bitbucket.abuwandi/snoopy "0.8.8"]