GroupId | GroupIdde.hpi.isg |
---|---|
ArtifactId | ArtifactIdprofiledb-instrumentation |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.hpi.isg/profiledb-instrumentation/ -->
<dependency>
<groupId>de.hpi.isg</groupId>
<artifactId>profiledb-instrumentation</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hpi.isg/profiledb-instrumentation/
implementation 'de.hpi.isg:profiledb-instrumentation:0.1.0'
// https://jarcasting.com/artifacts/de.hpi.isg/profiledb-instrumentation/
implementation ("de.hpi.isg:profiledb-instrumentation:0.1.0")
'de.hpi.isg:profiledb-instrumentation:jar:0.1.0'
<dependency org="de.hpi.isg" name="profiledb-instrumentation" rev="0.1.0">
<artifact name="profiledb-instrumentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hpi.isg', module='profiledb-instrumentation', version='0.1.0')
)
libraryDependencies += "de.hpi.isg" % "profiledb-instrumentation" % "0.1.0"
[de.hpi.isg/profiledb-instrumentation "0.1.0"]