License |
License |
---|---|
GroupId | GroupIdcom.github.enesusta |
ArtifactId | ArtifactIdswcomp |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSwing components for Java
Swing Components
|
Filename | Size |
---|---|
swcomp-1.0.0.pom | |
swcomp-1.0.0.jar | 3 KB |
swcomp-1.0.0-sources.jar | 1 KB |
swcomp-1.0.0-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.enesusta/swcomp/ -->
<dependency>
<groupId>com.github.enesusta</groupId>
<artifactId>swcomp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/swcomp/
implementation 'com.github.enesusta:swcomp:1.0.0'
// https://jarcasting.com/artifacts/com.github.enesusta/swcomp/
implementation ("com.github.enesusta:swcomp:1.0.0")
'com.github.enesusta:swcomp:jar:1.0.0'
<dependency org="com.github.enesusta" name="swcomp" rev="1.0.0">
<artifact name="swcomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='swcomp', version='1.0.0')
)
libraryDependencies += "com.github.enesusta" % "swcomp" % "1.0.0"
[com.github.enesusta/swcomp "1.0.0"]