GroupId | GroupIdde.twentyeleven.unitprofiler |
---|---|
ArtifactId | ArtifactIdunitprofiler.example |
Version | Version0.0.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.twentyeleven.unitprofiler/unitprofiler.example/ -->
<dependency>
<groupId>de.twentyeleven.unitprofiler</groupId>
<artifactId>unitprofiler.example</artifactId>
<version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/de.twentyeleven.unitprofiler/unitprofiler.example/
implementation 'de.twentyeleven.unitprofiler:unitprofiler.example:0.0.22'
// https://jarcasting.com/artifacts/de.twentyeleven.unitprofiler/unitprofiler.example/
implementation ("de.twentyeleven.unitprofiler:unitprofiler.example:0.0.22")
'de.twentyeleven.unitprofiler:unitprofiler.example:jar:0.0.22'
<dependency org="de.twentyeleven.unitprofiler" name="unitprofiler.example" rev="0.0.22">
<artifact name="unitprofiler.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.twentyeleven.unitprofiler', module='unitprofiler.example', version='0.0.22')
)
libraryDependencies += "de.twentyeleven.unitprofiler" % "unitprofiler.example" % "0.0.22"
[de.twentyeleven.unitprofiler/unitprofiler.example "0.0.22"]