Categories |
CategoriesNet |
---|---|
GroupId | GroupIdeu.fthevenet |
ArtifactId | ArtifactIdbinjr |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
binjr-1.4.2.pom | |
binjr-1.4.2.jar | 5 MB |
binjr-1.4.2-sources.jar | 501 KB |
binjr-1.4.2-javadoc.jar | 949 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.fthevenet/binjr/ -->
<dependency>
<groupId>eu.fthevenet</groupId>
<artifactId>binjr</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fthevenet/binjr/
implementation 'eu.fthevenet:binjr:1.4.2'
// https://jarcasting.com/artifacts/eu.fthevenet/binjr/
implementation ("eu.fthevenet:binjr:1.4.2")
'eu.fthevenet:binjr:jar:1.4.2'
<dependency org="eu.fthevenet" name="binjr" rev="1.4.2">
<artifact name="binjr" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fthevenet', module='binjr', version='1.4.2')
)
libraryDependencies += "eu.fthevenet" % "binjr" % "1.4.2"
[eu.fthevenet/binjr "1.4.2"]