Categories |
Categoriesjbock User Interface CLI |
---|---|
GroupId | GroupIdcom.github.h908714124 |
ArtifactId | ArtifactIdjbock |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jbock-1.0.pom | |
jbock-1.0.jar | 131 KB |
jbock-1.0-sources.jar | 15 KB |
jbock-1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.h908714124/jbock/ -->
<dependency>
<groupId>com.github.h908714124</groupId>
<artifactId>jbock</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.h908714124/jbock/
implementation 'com.github.h908714124:jbock:1.0'
// https://jarcasting.com/artifacts/com.github.h908714124/jbock/
implementation ("com.github.h908714124:jbock:1.0")
'com.github.h908714124:jbock:jar:1.0'
<dependency org="com.github.h908714124" name="jbock" rev="1.0">
<artifact name="jbock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.h908714124', module='jbock', version='1.0')
)
libraryDependencies += "com.github.h908714124" % "jbock" % "1.0"
[com.github.h908714124/jbock "1.0"]