License |
License
ISC
|
---|---|
GroupId | GroupIdcom.github.oc-soft |
ArtifactId | ArtifactIdoc-matrix |
Version | Version0.1.2 |
Type | Typepom |
Description |
Descriptionoc-matrix
kotlin matrix library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oc-matrix-0.1.2.pom | |
oc-matrix-0.1.2-sources.jar | 3 KB |
oc-matrix-0.1.2-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oc-soft/oc-matrix/ -->
<dependency>
<groupId>com.github.oc-soft</groupId>
<artifactId>oc-matrix</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-matrix/
implementation 'com.github.oc-soft:oc-matrix:0.1.2'
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-matrix/
implementation ("com.github.oc-soft:oc-matrix:0.1.2")
'com.github.oc-soft:oc-matrix:pom:0.1.2'
<dependency org="com.github.oc-soft" name="oc-matrix" rev="0.1.2">
<artifact name="oc-matrix" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oc-soft', module='oc-matrix', version='0.1.2')
)
libraryDependencies += "com.github.oc-soft" % "oc-matrix" % "0.1.2"
[com.github.oc-soft/oc-matrix "0.1.2"]