MVN

com.github.oc-soft : oc-matrix-js

Maven & Gradle

Nov 09, 2020
1 usages
1 stars

oc-matrix-js · kotlin matrix library

<dependency>
    <groupId>com.github.oc-soft</groupId>
    <artifactId>oc-matrix-js</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.oc-soft : oc-matrix-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.github.oc-soft : oc-matrix-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
oc-matrix-js-0.1.2
oc-matrix-js-0.1.1
oc-matrix-js-0.1.0

How to add a dependency to Maven

Add the following com.github.oc-soft : oc-matrix-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.oc-soft</groupId>
    <artifactId>oc-matrix-js</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.oc-soft : oc-matrix-js gradle dependency to your build.gradle file:

implementation 'com.github.oc-soft:oc-matrix-js:0.1.2'

Gradle Kotlin DSL: Add the following com.github.oc-soft : oc-matrix-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.oc-soft:oc-matrix-js:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.oc-soft : oc-matrix-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.oc-soft" % "oc-matrix-js" % "0.1.2"

Advertisement