GroupId | GroupIdorg.shredzone.commons |
---|---|
ArtifactId | ArtifactIdcommons-view |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-view-1.1.pom | |
commons-view-1.1.jar | 37 KB |
commons-view-1.1-sources.jar | 40 KB |
commons-view-1.1-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-view/ -->
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-view</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-view/
implementation 'org.shredzone.commons:commons-view:1.1'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-view/
implementation ("org.shredzone.commons:commons-view:1.1")
'org.shredzone.commons:commons-view:jar:1.1'
<dependency org="org.shredzone.commons" name="commons-view" rev="1.1">
<artifact name="commons-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-view', version='1.1')
)
libraryDependencies += "org.shredzone.commons" % "commons-view" % "1.1"
[org.shredzone.commons/commons-view "1.1"]