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