GroupId | GroupIdorg.cementframework |
---|---|
ArtifactId | ArtifactIdcement-parent |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
cement-parent-0.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cementframework/cement-parent/ -->
<dependency>
<groupId>org.cementframework</groupId>
<artifactId>cement-parent</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cementframework/cement-parent/
implementation 'org.cementframework:cement-parent:0.0.3'
// https://jarcasting.com/artifacts/org.cementframework/cement-parent/
implementation ("org.cementframework:cement-parent:0.0.3")
'org.cementframework:cement-parent:pom:0.0.3'
<dependency org="org.cementframework" name="cement-parent" rev="0.0.3">
<artifact name="cement-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cementframework', module='cement-parent', version='0.0.3')
)
libraryDependencies += "org.cementframework" % "cement-parent" % "0.0.3"
[org.cementframework/cement-parent "0.0.3"]