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