GroupId | GroupIdorg.dishevelled |
---|---|
ArtifactId | ArtifactIddsh-eventlist-view |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
dsh-eventlist-view-2.0.pom | |
dsh-eventlist-view-2.0.jar | 49 KB |
dsh-eventlist-view-2.0-tests.jar | 11 KB |
dsh-eventlist-view-2.0-test-sources.jar | 9 KB |
dsh-eventlist-view-2.0-sources.jar | 35 KB |
dsh-eventlist-view-2.0-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-eventlist-view/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-eventlist-view</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-eventlist-view/
implementation 'org.dishevelled:dsh-eventlist-view:2.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-eventlist-view/
implementation ("org.dishevelled:dsh-eventlist-view:2.0")
'org.dishevelled:dsh-eventlist-view:jar:2.0'
<dependency org="org.dishevelled" name="dsh-eventlist-view" rev="2.0">
<artifact name="dsh-eventlist-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-eventlist-view', version='2.0')
)
libraryDependencies += "org.dishevelled" % "dsh-eventlist-view" % "2.0"
[org.dishevelled/dsh-eventlist-view "2.0"]