is not current version
Last Version 1.1.0

com.github.biezhi:unique-web 0.1.0

unique-web is a lightweight Java Web Framework

GroupId

GroupId

com.github.biezhi
ArtifactId

ArtifactId

unique-web
Version

Version

0.1.0
Type

Type

jar

Download unique-web 0.1.0


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