GroupId | GroupIdhu.kazocsaba.math |
---|---|
ArtifactId | ArtifactIdmatrix |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
matrix-1.0.0.pom | |
matrix-1.0.0.jar | 54 KB |
matrix-1.0.0-sources.jar | 33 KB |
matrix-1.0.0-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/ -->
<dependency>
<groupId>hu.kazocsaba.math</groupId>
<artifactId>matrix</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/
implementation 'hu.kazocsaba.math:matrix:1.0.0'
// https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/
implementation ("hu.kazocsaba.math:matrix:1.0.0")
'hu.kazocsaba.math:matrix:jar:1.0.0'
<dependency org="hu.kazocsaba.math" name="matrix" rev="1.0.0">
<artifact name="matrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.kazocsaba.math', module='matrix', version='1.0.0')
)
libraryDependencies += "hu.kazocsaba.math" % "matrix" % "1.0.0"
[hu.kazocsaba.math/matrix "1.0.0"]