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