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