GroupId | GroupIdes.usc.citius.hipster |
---|---|
ArtifactId | ArtifactIdhipster-third-party-graphs |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-third-party-graphs/ -->
<dependency>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-third-party-graphs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-third-party-graphs/
implementation 'es.usc.citius.hipster:hipster-third-party-graphs:1.0.0'
// https://jarcasting.com/artifacts/es.usc.citius.hipster/hipster-third-party-graphs/
implementation ("es.usc.citius.hipster:hipster-third-party-graphs:1.0.0")
'es.usc.citius.hipster:hipster-third-party-graphs:jar:1.0.0'
<dependency org="es.usc.citius.hipster" name="hipster-third-party-graphs" rev="1.0.0">
<artifact name="hipster-third-party-graphs" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.usc.citius.hipster', module='hipster-third-party-graphs', version='1.0.0')
)
libraryDependencies += "es.usc.citius.hipster" % "hipster-third-party-graphs" % "1.0.0"
[es.usc.citius.hipster/hipster-third-party-graphs "1.0.0"]