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