| License |
License |
|---|---|
| GroupId | GroupIdorg.dishevelled |
| ArtifactId | ArtifactIddsh-matrix |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondishevelled.org matrix
long-addressable bit and typed object matrix implementations.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| dsh-matrix-1.0.pom | |
| dsh-matrix-1.0.jar | 87 KB |
| dsh-matrix-1.0-tests.jar | 131 KB |
| dsh-matrix-1.0-sources.jar | 57 KB |
| dsh-matrix-1.0-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-matrix/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-matrix</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-matrix/
implementation 'org.dishevelled:dsh-matrix:1.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-matrix/
implementation ("org.dishevelled:dsh-matrix:1.0")
'org.dishevelled:dsh-matrix:jar:1.0'
<dependency org="org.dishevelled" name="dsh-matrix" rev="1.0">
<artifact name="dsh-matrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-matrix', version='1.0')
)
libraryDependencies += "org.dishevelled" % "dsh-matrix" % "1.0"
[org.dishevelled/dsh-matrix "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.dishevelled : dsh-bitset | jar | 1.0 |
| org.dishevelled : dsh-functor | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.4 |
| junit : junit | jar | 4.10 |