Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdworld.convex |
ArtifactId | ArtifactIdconvex-gui |
Version | Version0.7.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
convex-gui-0.7.0-rc1.pom | |
convex-gui-0.7.0-rc1.jar | 582 KB |
convex-gui-0.7.0-rc1-sources.jar | 507 KB |
convex-gui-0.7.0-rc1-javadoc.jar | 641 KB |
convex-gui-0.7.0-rc1-jar-with-dependencies.jar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/world.convex/convex-gui/ -->
<dependency>
<groupId>world.convex</groupId>
<artifactId>convex-gui</artifactId>
<version>0.7.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/world.convex/convex-gui/
implementation 'world.convex:convex-gui:0.7.0-rc1'
// https://jarcasting.com/artifacts/world.convex/convex-gui/
implementation ("world.convex:convex-gui:0.7.0-rc1")
'world.convex:convex-gui:jar:0.7.0-rc1'
<dependency org="world.convex" name="convex-gui" rev="0.7.0-rc1">
<artifact name="convex-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='world.convex', module='convex-gui', version='0.7.0-rc1')
)
libraryDependencies += "world.convex" % "convex-gui" % "0.7.0-rc1"
[world.convex/convex-gui "0.7.0-rc1"]