| GroupId | GroupIdcom.gitlab.cdc-java.perfs |
|---|---|
| ArtifactId | ArtifactIdcdc-perfs-core |
| Version | Version0.0.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cdc-perfs-core-0.0.12.pom | |
| cdc-perfs-core-0.0.12.jar | 46 KB |
| cdc-perfs-core-0.0.12-tests.jar | 11 KB |
| cdc-perfs-core-0.0.12-test-sources.jar | 7 KB |
| cdc-perfs-core-0.0.12-sources.jar | 30 KB |
| cdc-perfs-core-0.0.12-javadoc.jar | 563 KB |
| Browse |
<!-- 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.12</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.12'
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-core/
implementation ("com.gitlab.cdc-java.perfs:cdc-perfs-core:0.0.12")
'com.gitlab.cdc-java.perfs:cdc-perfs-core:jar:0.0.12'
<dependency org="com.gitlab.cdc-java.perfs" name="cdc-perfs-core" rev="0.0.12">
<artifact name="cdc-perfs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.cdc-java.perfs', module='cdc-perfs-core', version='0.0.12')
)
libraryDependencies += "com.gitlab.cdc-java.perfs" % "cdc-perfs-core" % "0.0.12"
[com.gitlab.cdc-java.perfs/cdc-perfs-core "0.0.12"]