Categories |
CategoriesJOnAS Container Application Servers GUI User Interface Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.ow2.jonas.autostart |
ArtifactId | ArtifactIdguibuilder |
Version | Version1.0.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
guibuilder-1.0.0-M1.pom | |
guibuilder-1.0.0-M1.jar | 28 KB |
guibuilder-1.0.0-M1-sources.jar | 22 KB |
guibuilder-1.0.0-M1-javadoc.jar | 70 KB |
guibuilder-1.0.0-M1-builder.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jonas.autostart/guibuilder/ -->
<dependency>
<groupId>org.ow2.jonas.autostart</groupId>
<artifactId>guibuilder</artifactId>
<version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jonas.autostart/guibuilder/
implementation 'org.ow2.jonas.autostart:guibuilder:1.0.0-M1'
// https://jarcasting.com/artifacts/org.ow2.jonas.autostart/guibuilder/
implementation ("org.ow2.jonas.autostart:guibuilder:1.0.0-M1")
'org.ow2.jonas.autostart:guibuilder:jar:1.0.0-M1'
<dependency org="org.ow2.jonas.autostart" name="guibuilder" rev="1.0.0-M1">
<artifact name="guibuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jonas.autostart', module='guibuilder', version='1.0.0-M1')
)
libraryDependencies += "org.ow2.jonas.autostart" % "guibuilder" % "1.0.0-M1"
[org.ow2.jonas.autostart/guibuilder "1.0.0-M1"]