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