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