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