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