MVN

net.sf.jargsemsat : jArgSemSAT

Maven & Gradle

Nov 25, 2015
1 usages

net.sf.jargsemsat:jArgSemSAT · Java re-implementation of ArgSemSAT https://sourceforge.net/projects/argsemsat/ NOT TO BE USED FOR EMPIRICAL EVALUATION

<dependency>
    <groupId>net.sf.jargsemsat</groupId>
    <artifactId>jArgSemSAT</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jargsemsat : jArgSemSAT to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of net.sf.jargsemsat : jArgSemSAT to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
jArgSemSAT-0.1.7
jArgSemSAT-0.1.6
jArgSemSAT-0.1.5

How to add a dependency to Maven

Add the following net.sf.jargsemsat : jArgSemSAT maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jargsemsat</groupId>
    <artifactId>jArgSemSAT</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jargsemsat : jArgSemSAT gradle dependency to your build.gradle file:

implementation 'net.sf.jargsemsat:jArgSemSAT:0.1.7'

Gradle Kotlin DSL: Add the following net.sf.jargsemsat : jArgSemSAT gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jargsemsat:jArgSemSAT:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jargsemsat : jArgSemSAT sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jargsemsat" % "jArgSemSAT" % "0.1.7"

Advertisement