GroupId | GroupIdorg.jgrapes |
---|---|
ArtifactId | ArtifactIdorg.jgrapes.portal.themes.darkhive |
Version | Version0.9.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portal.themes.darkhive/ -->
<dependency>
<groupId>org.jgrapes</groupId>
<artifactId>org.jgrapes.portal.themes.darkhive</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portal.themes.darkhive/
implementation 'org.jgrapes:org.jgrapes.portal.themes.darkhive:0.9.4'
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portal.themes.darkhive/
implementation ("org.jgrapes:org.jgrapes.portal.themes.darkhive:0.9.4")
'org.jgrapes:org.jgrapes.portal.themes.darkhive:jar:0.9.4'
<dependency org="org.jgrapes" name="org.jgrapes.portal.themes.darkhive" rev="0.9.4">
<artifact name="org.jgrapes.portal.themes.darkhive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jgrapes', module='org.jgrapes.portal.themes.darkhive', version='0.9.4')
)
libraryDependencies += "org.jgrapes" % "org.jgrapes.portal.themes.darkhive" % "0.9.4"
[org.jgrapes/org.jgrapes.portal.themes.darkhive "0.9.4"]