License |
License
MIT
|
---|---|
GroupId | GroupIdcom.github.weisj |
ArtifactId | ArtifactIdjsvg |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJsvg
A themeable Look and Feel for java swing
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsvg-0.0.3.pom | |
jsvg-0.0.3.jar | 328 KB |
jsvg-0.0.3-sources.jar | 286 KB |
jsvg-0.0.3-javadoc.jar | 770 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.weisj/jsvg/ -->
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>jsvg</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weisj/jsvg/
implementation 'com.github.weisj:jsvg:0.0.3'
// https://jarcasting.com/artifacts/com.github.weisj/jsvg/
implementation ("com.github.weisj:jsvg:0.0.3")
'com.github.weisj:jsvg:jar:0.0.3'
<dependency org="com.github.weisj" name="jsvg" rev="0.0.3">
<artifact name="jsvg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weisj', module='jsvg', version='0.0.3')
)
libraryDependencies += "com.github.weisj" % "jsvg" % "0.0.3"
[com.github.weisj/jsvg "0.0.3"]