GroupId | GroupIdorg.cruxframework |
---|---|
ArtifactId | ArtifactIdcrux-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
crux-parent-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cruxframework/crux-parent/ -->
<dependency>
<groupId>org.cruxframework</groupId>
<artifactId>crux-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cruxframework/crux-parent/
implementation 'org.cruxframework:crux-parent:1.0.2'
// https://jarcasting.com/artifacts/org.cruxframework/crux-parent/
implementation ("org.cruxframework:crux-parent:1.0.2")
'org.cruxframework:crux-parent:pom:1.0.2'
<dependency org="org.cruxframework" name="crux-parent" rev="1.0.2">
<artifact name="crux-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cruxframework', module='crux-parent', version='1.0.2')
)
libraryDependencies += "org.cruxframework" % "crux-parent" % "1.0.2"
[org.cruxframework/crux-parent "1.0.2"]