is not current version
Last Version 1.4

org.shredzone.commons:commons-view 1.3

Shredzone Commons: Enhanced Spring Views

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-view
Version

Version

1.3
Type

Type

jar

Download commons-view 1.3


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