License |
License |
---|---|
GroupId | GroupIdorg.nanoko.libs |
ArtifactId | ArtifactIdcompass-gems |
Last Version | Last Version0.12.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCompass Gems - Gem in a Jar for Compass
This is a repackaged GEM in a JAR format of the compass package.
It crates a jar with the gems as well as a zip file with the compass frameworks.
|
Filename | Size |
---|---|
compass-gems-0.12.2.pom | |
compass-gems-0.12.2.jar | 4 MB |
compass-gems-0.12.2-frameworks.zip | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nanoko.libs/compass-gems/ -->
<dependency>
<groupId>org.nanoko.libs</groupId>
<artifactId>compass-gems</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.nanoko.libs/compass-gems/
implementation 'org.nanoko.libs:compass-gems:0.12.2'
// https://jarcasting.com/artifacts/org.nanoko.libs/compass-gems/
implementation ("org.nanoko.libs:compass-gems:0.12.2")
'org.nanoko.libs:compass-gems:jar:0.12.2'
<dependency org="org.nanoko.libs" name="compass-gems" rev="0.12.2">
<artifact name="compass-gems" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nanoko.libs', module='compass-gems', version='0.12.2')
)
libraryDependencies += "org.nanoko.libs" % "compass-gems" % "0.12.2"
[org.nanoko.libs/compass-gems "0.12.2"]