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