| License |
License |
|---|---|
| GroupId | GroupIdorg.dishevelled |
| ArtifactId | ArtifactIddsh-analysis |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptiondishevelled.org analysis
Data analysis.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dsh-analysis-1.0.pom | |
| dsh-analysis-1.0.jar | 45 KB |
| dsh-analysis-1.0-sources.jar | 24 KB |
| dsh-analysis-1.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-analysis/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-analysis</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-analysis/
implementation 'org.dishevelled:dsh-analysis:1.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-analysis/
implementation ("org.dishevelled:dsh-analysis:1.0")
'org.dishevelled:dsh-analysis:jar:1.0'
<dependency org="org.dishevelled" name="dsh-analysis" rev="1.0">
<artifact name="dsh-analysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-analysis', version='1.0')
)
libraryDependencies += "org.dishevelled" % "dsh-analysis" % "1.0"
[org.dishevelled/dsh-analysis "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math | jar | 2.1 |
| org.dishevelled : dsh-collect | jar | 1.0 |
| org.dishevelled : dsh-graph | jar | 1.0 |
| org.dishevelled : dsh-matrix | jar | 1.0 |
| org.dishevelled : dsh-multi-map | jar | 1.0 |
| org.dishevelled : dsh-weighted | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |