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