GroupId | GroupIdorg.fudaa.framework.ebli |
---|---|
ArtifactId | ArtifactIdebli-graphe |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ebli-graphe-1.0.pom | |
ebli-graphe-1.0.jar | 76 KB |
ebli-graphe-1.0-tests.jar | 15 KB |
ebli-graphe-1.0-sources.jar | 41 KB |
ebli-graphe-1.0-javadoc.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fudaa.framework.ebli/ebli-graphe/ -->
<dependency>
<groupId>org.fudaa.framework.ebli</groupId>
<artifactId>ebli-graphe</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fudaa.framework.ebli/ebli-graphe/
implementation 'org.fudaa.framework.ebli:ebli-graphe:1.0'
// https://jarcasting.com/artifacts/org.fudaa.framework.ebli/ebli-graphe/
implementation ("org.fudaa.framework.ebli:ebli-graphe:1.0")
'org.fudaa.framework.ebli:ebli-graphe:jar:1.0'
<dependency org="org.fudaa.framework.ebli" name="ebli-graphe" rev="1.0">
<artifact name="ebli-graphe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fudaa.framework.ebli', module='ebli-graphe', version='1.0')
)
libraryDependencies += "org.fudaa.framework.ebli" % "ebli-graphe" % "1.0"
[org.fudaa.framework.ebli/ebli-graphe "1.0"]