Last Version

org.autogui:autogui 1.5

Autogui is a library for automatically creating Java/Swing GUI apps from plain-old Java objects.

License

License

Categories

Categories

GUI User Interface Auto Application Layer Libs Code Generators
GroupId

GroupId

org.autogui
ArtifactId

ArtifactId

autogui
Version

Version

1.5
Type

Type

jar
Description

Description

org.autogui:autogui
Autogui is a library for automatically creating Java/Swing GUI apps from plain-old Java objects.
Project URL

Project URL

http://www.autogui.org/
Source Code Management

Source Code Management

https://github.com/ppp-kohe/autogui.git

Download autogui 1.5


<!-- https://jarcasting.com/artifacts/org.autogui/autogui/ -->
<dependency>
    <groupId>org.autogui</groupId>
    <artifactId>autogui</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.autogui/autogui/
implementation 'org.autogui:autogui:1.5'
// https://jarcasting.com/artifacts/org.autogui/autogui/
implementation ("org.autogui:autogui:1.5")
'org.autogui:autogui:jar:1.5'
<dependency org="org.autogui" name="autogui" rev="1.5">
  <artifact name="autogui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.autogui', module='autogui', version='1.5')
)
libraryDependencies += "org.autogui" % "autogui" % "1.5"
[org.autogui/autogui "1.5"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.