| License | License | 
|---|---|
| GroupId | GroupIdorg.cruxframework | 
| ArtifactId | ArtifactIdcrux-parent | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionCrux Parent Crux Framework parent POM | 
| Filename | Size | 
|---|---|
| crux-parent-1.1.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.cruxframework/crux-parent/ -->
<dependency>
    <groupId>org.cruxframework</groupId>
    <artifactId>crux-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.cruxframework/crux-parent/
implementation 'org.cruxframework:crux-parent:1.1.0'// https://jarcasting.com/artifacts/org.cruxframework/crux-parent/
implementation ("org.cruxframework:crux-parent:1.1.0")'org.cruxframework:crux-parent:pom:1.1.0'<dependency org="org.cruxframework" name="crux-parent" rev="1.1.0">
  <artifact name="crux-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.cruxframework', module='crux-parent', version='1.1.0')
)libraryDependencies += "org.cruxframework" % "crux-parent" % "1.1.0"[org.cruxframework/crux-parent "1.1.0"]