GroupId | GroupIdcom.developcollect |
---|---|
ArtifactId | ArtifactIddc-infra-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
dc-infra-core-1.1.0.pom | |
dc-infra-core-1.1.0.jar | 91 KB |
dc-infra-core-1.1.0-sources.jar | 64 KB |
dc-infra-core-1.1.0-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.developcollect/dc-infra-core/ -->
<dependency>
<groupId>com.developcollect</groupId>
<artifactId>dc-infra-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.developcollect/dc-infra-core/
implementation 'com.developcollect:dc-infra-core:1.1.0'
// https://jarcasting.com/artifacts/com.developcollect/dc-infra-core/
implementation ("com.developcollect:dc-infra-core:1.1.0")
'com.developcollect:dc-infra-core:jar:1.1.0'
<dependency org="com.developcollect" name="dc-infra-core" rev="1.1.0">
<artifact name="dc-infra-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.developcollect', module='dc-infra-core', version='1.1.0')
)
libraryDependencies += "com.developcollect" % "dc-infra-core" % "1.1.0"
[com.developcollect/dc-infra-core "1.1.0"]