o

obj2gui2

This library aimed to generated swing interface base on introspection and annotation of DTOs
https://github.com/warnotte/obj2gui2
gpl_v3
Renaud Warnotte
Renaud Warnotte
Files download
File Operation
obj2gui2-1.1.8.jar download
obj2gui2-1.1.8.pom download
obj2gui2-1.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.warnotte</groupId>
  <artifactId>obj2gui2</artifactId>
  <version>1.1.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.warnotte:obj2gui2:1.1.8'
Gradle Kotlin
implementation("io.github.warnotte:obj2gui2:1.1.8")
Scala SBT
libraryDependencies += "io.github.warnotte" % "obj2gui2" % "1.1.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.warnotte', module='obj2gui2', version='1.1.8')
)
Apache Ivy
<dependency org="io.github.warnotte" name="obj2gui2" rev="1.1.8" />
Leiningen
[io.github.warnotte/obj2gui2 "1.1.8"]
Apache Buildr
'io.github.warnotte:obj2gui2:jar:1.1.8'