Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.dishevelled |
ArtifactId | ArtifactIddsh-identify |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
dsh-identify-1.2.pom | |
dsh-identify-1.2.jar | 58 KB |
dsh-identify-1.2-tests.jar | 41 KB |
dsh-identify-1.2-sources.jar | 54 KB |
dsh-identify-1.2-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-identify/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-identify</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-identify/
implementation 'org.dishevelled:dsh-identify:1.2'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-identify/
implementation ("org.dishevelled:dsh-identify:1.2")
'org.dishevelled:dsh-identify:jar:1.2'
<dependency org="org.dishevelled" name="dsh-identify" rev="1.2">
<artifact name="dsh-identify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-identify', version='1.2')
)
libraryDependencies += "org.dishevelled" % "dsh-identify" % "1.2"
[org.dishevelled/dsh-identify "1.2"]