| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sergeds |
| ArtifactId | ArtifactIdswing-mvvm |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionswing-mvvm
MVVM bindings for Swing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| swing-mvvm-1.0.0.pom | |
| swing-mvvm-1.0.0.jar | 71 KB |
| swing-mvvm-1.0.0-tests.jar | 21 KB |
| swing-mvvm-1.0.0-sources.jar | 54 KB |
| swing-mvvm-1.0.0-javadoc.jar | 218 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sergeds/swing-mvvm/ -->
<dependency>
<groupId>com.github.sergeds</groupId>
<artifactId>swing-mvvm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sergeds/swing-mvvm/
implementation 'com.github.sergeds:swing-mvvm:1.0.0'
// https://jarcasting.com/artifacts/com.github.sergeds/swing-mvvm/
implementation ("com.github.sergeds:swing-mvvm:1.0.0")
'com.github.sergeds:swing-mvvm:jar:1.0.0'
<dependency org="com.github.sergeds" name="swing-mvvm" rev="1.0.0">
<artifact name="swing-mvvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sergeds', module='swing-mvvm', version='1.0.0')
)
libraryDependencies += "com.github.sergeds" % "swing-mvvm" % "1.0.0"
[com.github.sergeds/swing-mvvm "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |