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