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