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