GroupId | GroupIdcom.gitlab.cdc-java.perfs |
---|---|
ArtifactId | ArtifactIdcdc-perfs-instrument |
Version | Version0.0.11.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument/ -->
<dependency>
<groupId>com.gitlab.cdc-java.perfs</groupId>
<artifactId>cdc-perfs-instrument</artifactId>
<version>0.0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument/
implementation 'com.gitlab.cdc-java.perfs:cdc-perfs-instrument:0.0.11.2'
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument/
implementation ("com.gitlab.cdc-java.perfs:cdc-perfs-instrument:0.0.11.2")
'com.gitlab.cdc-java.perfs:cdc-perfs-instrument:jar:0.0.11.2'
<dependency org="com.gitlab.cdc-java.perfs" name="cdc-perfs-instrument" rev="0.0.11.2">
<artifact name="cdc-perfs-instrument" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.cdc-java.perfs', module='cdc-perfs-instrument', version='0.0.11.2')
)
libraryDependencies += "com.gitlab.cdc-java.perfs" % "cdc-perfs-instrument" % "0.0.11.2"
[com.gitlab.cdc-java.perfs/cdc-perfs-instrument "0.0.11.2"]