GroupId | GroupIdorg.cruxframework |
---|---|
ArtifactId | ArtifactIdcrux-themes |
Version | Version5.0.2 |
Type | Typejar |
Filename | Size |
---|---|
crux-themes-5.0.2.pom | |
crux-themes-5.0.2.jar | 225 KB |
crux-themes-5.0.2-sources.jar | 146 bytes |
crux-themes-5.0.2-javadoc.jar | 146 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.cruxframework/crux-themes/ -->
<dependency>
<groupId>org.cruxframework</groupId>
<artifactId>crux-themes</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cruxframework/crux-themes/
implementation 'org.cruxframework:crux-themes:5.0.2'
// https://jarcasting.com/artifacts/org.cruxframework/crux-themes/
implementation ("org.cruxframework:crux-themes:5.0.2")
'org.cruxframework:crux-themes:jar:5.0.2'
<dependency org="org.cruxframework" name="crux-themes" rev="5.0.2">
<artifact name="crux-themes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cruxframework', module='crux-themes', version='5.0.2')
)
libraryDependencies += "org.cruxframework" % "crux-themes" % "5.0.2"
[org.cruxframework/crux-themes "5.0.2"]