| Categories |
CategoriesGUI User Interface |
|---|---|
| GroupId | GroupIdcom.guigarage |
| ArtifactId | ArtifactIdcss-helper |
| Last Version | Last Version0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCSS Helper
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| css-helper-0.7.pom | |
| css-helper-0.7.jar | 6 KB |
| css-helper-0.7-sources.jar | 3 KB |
| css-helper-0.7-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.guigarage/css-helper/ -->
<dependency>
<groupId>com.guigarage</groupId>
<artifactId>css-helper</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.guigarage/css-helper/
implementation 'com.guigarage:css-helper:0.7'
// https://jarcasting.com/artifacts/com.guigarage/css-helper/
implementation ("com.guigarage:css-helper:0.7")
'com.guigarage:css-helper:jar:0.7'
<dependency org="com.guigarage" name="css-helper" rev="0.7">
<artifact name="css-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guigarage', module='css-helper', version='0.7')
)
libraryDependencies += "com.guigarage" % "css-helper" % "0.7"
[com.guigarage/css-helper "0.7"]