| Categories |
CategoriesGUI User Interface |
|---|---|
| GroupId | GroupIdorg.treblereel |
| ArtifactId | ArtifactIddatgui4g |
| Version | Version0.1-beta3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| datgui4g-0.1-beta3.pom | |
| datgui4g-0.1-beta3.jar | 74 KB |
| datgui4g-0.1-beta3-sources.jar | 53 KB |
| datgui4g-0.1-beta3-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.treblereel/datgui4g/ -->
<dependency>
<groupId>org.treblereel</groupId>
<artifactId>datgui4g</artifactId>
<version>0.1-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.treblereel/datgui4g/
implementation 'org.treblereel:datgui4g:0.1-beta3'
// https://jarcasting.com/artifacts/org.treblereel/datgui4g/
implementation ("org.treblereel:datgui4g:0.1-beta3")
'org.treblereel:datgui4g:jar:0.1-beta3'
<dependency org="org.treblereel" name="datgui4g" rev="0.1-beta3">
<artifact name="datgui4g" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.treblereel', module='datgui4g', version='0.1-beta3')
)
libraryDependencies += "org.treblereel" % "datgui4g" % "0.1-beta3"
[org.treblereel/datgui4g "0.1-beta3"]