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