GroupId | GroupIdcom.github.jhg023 |
---|---|
ArtifactId | ArtifactIdPbbl |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
Pbbl-1.0.1.pom | |
Pbbl-1.0.1.jar | 6 KB |
Pbbl-1.0.1-sources.jar | 6 KB |
Pbbl-1.0.1-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jhg023/Pbbl/ -->
<dependency>
<groupId>com.github.jhg023</groupId>
<artifactId>Pbbl</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhg023/Pbbl/
implementation 'com.github.jhg023:Pbbl:1.0.1'
// https://jarcasting.com/artifacts/com.github.jhg023/Pbbl/
implementation ("com.github.jhg023:Pbbl:1.0.1")
'com.github.jhg023:Pbbl:jar:1.0.1'
<dependency org="com.github.jhg023" name="Pbbl" rev="1.0.1">
<artifact name="Pbbl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhg023', module='Pbbl', version='1.0.1')
)
libraryDependencies += "com.github.jhg023" % "Pbbl" % "1.0.1"
[com.github.jhg023/Pbbl "1.0.1"]