GroupId | GroupIdeu.ralph-schuster |
---|---|
ArtifactId | ArtifactIdb4j |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
b4j-1.3.pom | |
b4j-1.3.jar | 128 KB |
b4j-1.3-sources.jar | 106 KB |
b4j-1.3-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.ralph-schuster/b4j/ -->
<dependency>
<groupId>eu.ralph-schuster</groupId>
<artifactId>b4j</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.ralph-schuster/b4j/
implementation 'eu.ralph-schuster:b4j:1.3'
// https://jarcasting.com/artifacts/eu.ralph-schuster/b4j/
implementation ("eu.ralph-schuster:b4j:1.3")
'eu.ralph-schuster:b4j:jar:1.3'
<dependency org="eu.ralph-schuster" name="b4j" rev="1.3">
<artifact name="b4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.ralph-schuster', module='b4j', version='1.3')
)
libraryDependencies += "eu.ralph-schuster" % "b4j" % "1.3"
[eu.ralph-schuster/b4j "1.3"]