gelatinui-fabric
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.currenj.gelatinui</groupId>
<artifactId>gelatinui-fabric</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.currenj.gelatinui</groupId>
<artifactId>gelatinui-fabric</artifactId>
<version>1.0.0</version>
<name>Gelatin UI - fabric</name>
<description>Gelatin UI module: fabric</description>
<url>https://github.com/CurrenJ/gelatin-ui</url>
<licenses>
<license>
<name>CC0-1.0</name>
<url>https://creativecommons.org/publicdomain/zero/1.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>grill24</id>
<name>Curren J</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/CurrenJ/gelatin-ui.git</connection>
<developerConnection>scm:git:ssh://github.com/CurrenJ/gelatin-ui.git</developerConnection>
<url>https://github.com/CurrenJ/gelatin-ui</url>
</scm>
</project>