GroupId | GroupIdcom.gitlab.cdc-java.perfs |
---|---|
ArtifactId | ArtifactIdcdc-perfs-instrument |
Version | Version0.9.0 |
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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument/
implementation 'com.gitlab.cdc-java.perfs:cdc-perfs-instrument:0.9.0'
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument/
implementation ("com.gitlab.cdc-java.perfs:cdc-perfs-instrument:0.9.0")
'com.gitlab.cdc-java.perfs:cdc-perfs-instrument:jar:0.9.0'
<dependency org="com.gitlab.cdc-java.perfs" name="cdc-perfs-instrument" rev="0.9.0">
<artifact name="cdc-perfs-instrument" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.cdc-java.perfs', module='cdc-perfs-instrument', version='0.9.0')
)
libraryDependencies += "com.gitlab.cdc-java.perfs" % "cdc-perfs-instrument" % "0.9.0"
[com.gitlab.cdc-java.perfs/cdc-perfs-instrument "0.9.0"]