GroupId | GroupIdcom.meltmedia.cadmium |
---|---|
ArtifactId | ArtifactIdcadmium-deployment-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
cadmium-deployment-parent-1.0.0.pom | 623 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.meltmedia.cadmium/cadmium-deployment-parent/ -->
<dependency>
<groupId>com.meltmedia.cadmium</groupId>
<artifactId>cadmium-deployment-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.meltmedia.cadmium/cadmium-deployment-parent/
implementation 'com.meltmedia.cadmium:cadmium-deployment-parent:1.0.0'
// https://jarcasting.com/artifacts/com.meltmedia.cadmium/cadmium-deployment-parent/
implementation ("com.meltmedia.cadmium:cadmium-deployment-parent:1.0.0")
'com.meltmedia.cadmium:cadmium-deployment-parent:pom:1.0.0'
<dependency org="com.meltmedia.cadmium" name="cadmium-deployment-parent" rev="1.0.0">
<artifact name="cadmium-deployment-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.meltmedia.cadmium', module='cadmium-deployment-parent', version='1.0.0')
)
libraryDependencies += "com.meltmedia.cadmium" % "cadmium-deployment-parent" % "1.0.0"
[com.meltmedia.cadmium/cadmium-deployment-parent "1.0.0"]