| GroupId | GroupIdcom.gitlab.cdc-java.perfs |
|---|---|
| ArtifactId | ArtifactIdcdc-perfs-core |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cdc-perfs-core-0.1.1.pom | |
| cdc-perfs-core-0.1.1.jar | 66 KB |
| cdc-perfs-core-0.1.1-tests.jar | 15 KB |
| cdc-perfs-core-0.1.1-test-sources.jar | 8 KB |
| cdc-perfs-core-0.1.1-sources.jar | 36 KB |
| cdc-perfs-core-0.1.1-javadoc.jar | 633 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-core/
implementation 'com.gitlab.cdc-java.perfs:cdc-perfs-core:0.1.1'
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-core/
implementation ("com.gitlab.cdc-java.perfs:cdc-perfs-core:0.1.1")
'com.gitlab.cdc-java.perfs:cdc-perfs-core:jar:0.1.1'
<dependency org="com.gitlab.cdc-java.perfs" name="cdc-perfs-core" rev="0.1.1">
<artifact name="cdc-perfs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.cdc-java.perfs', module='cdc-perfs-core', version='0.1.1')
)
libraryDependencies += "com.gitlab.cdc-java.perfs" % "cdc-perfs-core" % "0.1.1"
[com.gitlab.cdc-java.perfs/cdc-perfs-core "0.1.1"]