GroupId | GroupIdfr.inria.powerapi.example.adamdemo |
---|---|
ArtifactId | ArtifactIddemo-full |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
demo-full-1.3.pom | |
demo-full-1.3.jar | 72 KB |
demo-full-1.3-sources.jar | 8 KB |
demo-full-1.3-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.inria.powerapi.example.adamdemo/demo-full/ -->
<dependency>
<groupId>fr.inria.powerapi.example.adamdemo</groupId>
<artifactId>demo-full</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.powerapi.example.adamdemo/demo-full/
implementation 'fr.inria.powerapi.example.adamdemo:demo-full:1.3'
// https://jarcasting.com/artifacts/fr.inria.powerapi.example.adamdemo/demo-full/
implementation ("fr.inria.powerapi.example.adamdemo:demo-full:1.3")
'fr.inria.powerapi.example.adamdemo:demo-full:jar:1.3'
<dependency org="fr.inria.powerapi.example.adamdemo" name="demo-full" rev="1.3">
<artifact name="demo-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.powerapi.example.adamdemo', module='demo-full', version='1.3')
)
libraryDependencies += "fr.inria.powerapi.example.adamdemo" % "demo-full" % "1.3"
[fr.inria.powerapi.example.adamdemo/demo-full "1.3"]