is not current version
Last Version 1.r.67

org.nutz:nutz-web 1.r.59

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.r.59
Type

Type

jar

Download nutz-web 1.r.59


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