is not current version
Last Version 1.4

org.shredzone.commons:commons-view 1.2

Shredzone Commons: Enhanced Spring Views

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-view
Version

Version

1.2
Type

Type

jar

Download commons-view 1.2


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