GroupId | GroupIdorg.shredzone.commons |
---|---|
ArtifactId | ArtifactIdcommons-view |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-view-1.3.pom | |
commons-view-1.3.jar | 39 KB |
commons-view-1.3-sources.jar | 43 KB |
commons-view-1.3-javadoc.jar | 205 KB |
Browse |
<!-- 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"]