is not current version
Last Version 1.r.67

org.nutz:nutz-web 1.b.52

Nutz, which is a collections of lightweight frameworks, each of them can be used independently

GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutz-web
Version

Version

1.b.52
Type

Type

jar

Download nutz-web 1.b.52


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