GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutz-web |
Version | Version1.b.49 |
Type | Typejar |
Filename | Size |
---|---|
nutz-web-1.b.49.pom | |
nutz-web-1.b.49.jar | 42 KB |
nutz-web-1.b.49-sources.jar | 27 KB |
nutz-web-1.b.49-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-web/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-web</artifactId>
<version>1.b.49</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-web/
implementation 'org.nutz:nutz-web:1.b.49'
// https://jarcasting.com/artifacts/org.nutz/nutz-web/
implementation ("org.nutz:nutz-web:1.b.49")
'org.nutz:nutz-web:jar:1.b.49'
<dependency org="org.nutz" name="nutz-web" rev="1.b.49">
<artifact name="nutz-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-web', version='1.b.49')
)
libraryDependencies += "org.nutz" % "nutz-web" % "1.b.49"
[org.nutz/nutz-web "1.b.49"]