is not current version
Last Version 1.1

com.github.uniform-java:uniform 1.0

Uniform - The unified HTML forms library for Java

Categories

Categories

Java Languages ORM Data
GroupId

GroupId

com.github.uniform-java
ArtifactId

ArtifactId

uniform
Version

Version

1.0
Type

Type

jar

Download uniform 1.0


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