MVN

org.javastro : jsofa

Maven & Gradle

May 14, 2021
1 usages
16 stars

JSOFA · A pure Java translation of the SOFA library

<dependency>
    <groupId>org.javastro</groupId>
    <artifactId>jsofa</artifactId>
    <version>20210512</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javastro : jsofa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20210512

All Versions

Choose a version of org.javastro : jsofa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20210512
jsofa-20210512
20210125
jsofa-20210125
20200721
jsofa-20200721
20190722
jsofa-20190722
20180130
jsofa-20180130
20170420
jsofa-20170420
20160729.1
jsofa-20160729.1
20160729
jsofa-20160729
20180130b
jsofa-20180130b

How to add a dependency to Maven

Add the following org.javastro : jsofa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.javastro</groupId>
    <artifactId>jsofa</artifactId>
    <version>20210512</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.javastro : jsofa gradle dependency to your build.gradle file:

implementation 'org.javastro:jsofa:20210512'

Gradle Kotlin DSL: Add the following org.javastro : jsofa gradle kotlin dependency to your build.gradle.kts file:

implementation("org.javastro:jsofa:20210512")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.javastro : jsofa sbt scala dependency to your build.sbt file:

libraryDependencies += "org.javastro" % "jsofa" % "20210512"

Advertisement