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