GroupId | GroupIdorg.dishevelled |
---|---|
ArtifactId | ArtifactIddsh-venn |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
dsh-venn-1.1.pom | |
dsh-venn-1.1.jar | 101 KB |
dsh-venn-1.1-sources.jar | 90 KB |
dsh-venn-1.1-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-venn/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-venn</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-venn/
implementation 'org.dishevelled:dsh-venn:1.1'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-venn/
implementation ("org.dishevelled:dsh-venn:1.1")
'org.dishevelled:dsh-venn:jar:1.1'
<dependency org="org.dishevelled" name="dsh-venn" rev="1.1">
<artifact name="dsh-venn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-venn', version='1.1')
)
libraryDependencies += "org.dishevelled" % "dsh-venn" % "1.1"
[org.dishevelled/dsh-venn "1.1"]