GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutz-plugins-multiview |
Version | Version1.r.66 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-plugins-multiview/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-plugins-multiview</artifactId>
<version>1.r.66</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-multiview/
implementation 'org.nutz:nutz-plugins-multiview:1.r.66'
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-multiview/
implementation ("org.nutz:nutz-plugins-multiview:1.r.66")
'org.nutz:nutz-plugins-multiview:jar:1.r.66'
<dependency org="org.nutz" name="nutz-plugins-multiview" rev="1.r.66">
<artifact name="nutz-plugins-multiview" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-plugins-multiview', version='1.r.66')
)
libraryDependencies += "org.nutz" % "nutz-plugins-multiview" % "1.r.66"
[org.nutz/nutz-plugins-multiview "1.r.66"]