Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdbitbucket-rest-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
bitbucket-rest-client-1.0.0.pom | |
bitbucket-rest-client-1.0.0.jar | 47 KB |
bitbucket-rest-client-1.0.0-sources.jar | 36 KB |
bitbucket-rest-client-1.0.0-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/bitbucket-rest-client/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>bitbucket-rest-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/bitbucket-rest-client/
implementation 'com.github.nfalco79:bitbucket-rest-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.nfalco79/bitbucket-rest-client/
implementation ("com.github.nfalco79:bitbucket-rest-client:1.0.0")
'com.github.nfalco79:bitbucket-rest-client:jar:1.0.0'
<dependency org="com.github.nfalco79" name="bitbucket-rest-client" rev="1.0.0">
<artifact name="bitbucket-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='bitbucket-rest-client', version='1.0.0')
)
libraryDependencies += "com.github.nfalco79" % "bitbucket-rest-client" % "1.0.0"
[com.github.nfalco79/bitbucket-rest-client "1.0.0"]