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