Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.bitbucket.abuwandi |
ArtifactId | ArtifactIdsnoopy-cli |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
snoopy-cli-0.9.6.pom | |
snoopy-cli-0.9.6.jar | 16 MB |
snoopy-cli-0.9.6-sources.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy-cli/ -->
<dependency>
<groupId>org.bitbucket.abuwandi</groupId>
<artifactId>snoopy-cli</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy-cli/
implementation 'org.bitbucket.abuwandi:snoopy-cli:0.9.6'
// https://jarcasting.com/artifacts/org.bitbucket.abuwandi/snoopy-cli/
implementation ("org.bitbucket.abuwandi:snoopy-cli:0.9.6")
'org.bitbucket.abuwandi:snoopy-cli:jar:0.9.6'
<dependency org="org.bitbucket.abuwandi" name="snoopy-cli" rev="0.9.6">
<artifact name="snoopy-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.abuwandi', module='snoopy-cli', version='0.9.6')
)
libraryDependencies += "org.bitbucket.abuwandi" % "snoopy-cli" % "0.9.6"
[org.bitbucket.abuwandi/snoopy-cli "0.9.6"]