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