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