License |
License |
---|---|
GroupId | GroupIdcom.github.skarpushin |
ArtifactId | ArtifactIdswingpm |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswingpm
swingpm - is a experimental take on Presentation Model design pattern implementation for Java Swing-based GUI applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swingpm-2.0.1.pom | |
swingpm-2.0.1.jar | 124 KB |
swingpm-2.0.1-sources.jar | 68 KB |
swingpm-2.0.1-javadoc.jar | 545 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skarpushin/swingpm/ -->
<dependency>
<groupId>com.github.skarpushin</groupId>
<artifactId>swingpm</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skarpushin/swingpm/
implementation 'com.github.skarpushin:swingpm:2.0.1'
// https://jarcasting.com/artifacts/com.github.skarpushin/swingpm/
implementation ("com.github.skarpushin:swingpm:2.0.1")
'com.github.skarpushin:swingpm:jar:2.0.1'
<dependency org="com.github.skarpushin" name="swingpm" rev="2.0.1">
<artifact name="swingpm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skarpushin', module='swingpm', version='2.0.1')
)
libraryDependencies += "com.github.skarpushin" % "swingpm" % "2.0.1"
[com.github.skarpushin/swingpm "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skarpushin : summerb-validation | jar | 5.0.1 |
com.github.skarpushin : summerb-utils | jar | 5.0.1 |
com.google.guava : guava | jar | 30.0-jre |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |