GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzwx |
Version | Version1.r.63.r4 |
Type | Typejar |
Filename | Size |
---|---|
nutzwx-1.r.63.r4.pom | |
nutzwx-1.r.63.r4.jar | 122 KB |
nutzwx-1.r.63.r4-sources.jar | 80 KB |
nutzwx-1.r.63.r4-javadoc.jar | 583 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzwx/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzwx</artifactId>
<version>1.r.63.r4</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzwx/
implementation 'org.nutz:nutzwx:1.r.63.r4'
// https://jarcasting.com/artifacts/org.nutz/nutzwx/
implementation ("org.nutz:nutzwx:1.r.63.r4")
'org.nutz:nutzwx:jar:1.r.63.r4'
<dependency org="org.nutz" name="nutzwx" rev="1.r.63.r4">
<artifact name="nutzwx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzwx', version='1.r.63.r4')
)
libraryDependencies += "org.nutz" % "nutzwx" % "1.r.63.r4"
[org.nutz/nutzwx "1.r.63.r4"]