GroupId | GroupIdfr.bmartel |
---|---|
ArtifactId | ArtifactIdbboxapi-stb |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
bboxapi-stb-1.2.3.pom | |
bboxapi-stb-1.2.3.jar | 550 KB |
bboxapi-stb-1.2.3-sources.jar | 8 KB |
bboxapi-stb-1.2.3-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.bmartel/bboxapi-stb/ -->
<dependency>
<groupId>fr.bmartel</groupId>
<artifactId>bboxapi-stb</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.bmartel/bboxapi-stb/
implementation 'fr.bmartel:bboxapi-stb:1.2.3'
// https://jarcasting.com/artifacts/fr.bmartel/bboxapi-stb/
implementation ("fr.bmartel:bboxapi-stb:1.2.3")
'fr.bmartel:bboxapi-stb:jar:1.2.3'
<dependency org="fr.bmartel" name="bboxapi-stb" rev="1.2.3">
<artifact name="bboxapi-stb" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.bmartel', module='bboxapi-stb', version='1.2.3')
)
libraryDependencies += "fr.bmartel" % "bboxapi-stb" % "1.2.3"
[fr.bmartel/bboxapi-stb "1.2.3"]