License |
License |
---|---|
GroupId | GroupIdorg.dishevelled |
ArtifactId | ArtifactIddsh-swarm-examples |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptiondishevelled.org swarm-examples
Examples for the swarm library.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
dsh-swarm-examples-1.0.pom | |
dsh-swarm-examples-1.0.jar | 24 KB |
dsh-swarm-examples-1.0-sources.jar | 19 KB |
dsh-swarm-examples-1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-swarm-examples/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-swarm-examples</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-swarm-examples/
implementation 'org.dishevelled:dsh-swarm-examples:1.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-swarm-examples/
implementation ("org.dishevelled:dsh-swarm-examples:1.0")
'org.dishevelled:dsh-swarm-examples:jar:1.0'
<dependency org="org.dishevelled" name="dsh-swarm-examples" rev="1.0">
<artifact name="dsh-swarm-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-swarm-examples', version='1.0')
)
libraryDependencies += "org.dishevelled" % "dsh-swarm-examples" % "1.0"
[org.dishevelled/dsh-swarm-examples "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.dishevelled : dsh-commandline | jar | 1.0 |
org.dishevelled : dsh-swarm | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |