GroupId | GroupIdorg.dishevelled |
---|---|
ArtifactId | ArtifactIddsh-eventlist-view-examples |
Version | Version2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-eventlist-view-examples/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-eventlist-view-examples</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-eventlist-view-examples/
implementation 'org.dishevelled:dsh-eventlist-view-examples:2.1'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-eventlist-view-examples/
implementation ("org.dishevelled:dsh-eventlist-view-examples:2.1")
'org.dishevelled:dsh-eventlist-view-examples:jar:2.1'
<dependency org="org.dishevelled" name="dsh-eventlist-view-examples" rev="2.1">
<artifact name="dsh-eventlist-view-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-eventlist-view-examples', version='2.1')
)
libraryDependencies += "org.dishevelled" % "dsh-eventlist-view-examples" % "2.1"
[org.dishevelled/dsh-eventlist-view-examples "2.1"]