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