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