Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.smallcreep |
ArtifactId | ArtifactIdjb-hub-client |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jb-hub-client-0.1.0.pom | |
jb-hub-client-0.1.0.jar | 13 KB |
jb-hub-client-0.1.0-sources.jar | 12 KB |
jb-hub-client-0.1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smallcreep/jb-hub-client/ -->
<dependency>
<groupId>com.github.smallcreep</groupId>
<artifactId>jb-hub-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallcreep/jb-hub-client/
implementation 'com.github.smallcreep:jb-hub-client:0.1.0'
// https://jarcasting.com/artifacts/com.github.smallcreep/jb-hub-client/
implementation ("com.github.smallcreep:jb-hub-client:0.1.0")
'com.github.smallcreep:jb-hub-client:jar:0.1.0'
<dependency org="com.github.smallcreep" name="jb-hub-client" rev="0.1.0">
<artifact name="jb-hub-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smallcreep', module='jb-hub-client', version='0.1.0')
)
libraryDependencies += "com.github.smallcreep" % "jb-hub-client" % "0.1.0"
[com.github.smallcreep/jb-hub-client "0.1.0"]