MVN

eu.europa.ec.joinup.sat : jwsacruncher

Maven & Gradle

Jan 31, 2023
10 stars

jwsacruncher · JWSACruncher is the Java implementation of the .NET application "WSACruncher". It is a console tool that re-estimates all the multi-processing defined in a workspace. The workspace may have been generated by means of Demetra+ (.NET), of JDemetra+ (Java) or by any user tool.

<dependency>
    <groupId>eu.europa.ec.joinup.sat</groupId>
    <artifactId>jwsacruncher</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.europa.ec.joinup.sat : jwsacruncher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4
  • Latest Release Candidate: 2.2.4-RC2

All Versions

Choose a version of eu.europa.ec.joinup.sat : jwsacruncher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jwsacruncher-2.2.4
jwsacruncher-2.2.4-RC2
jwsacruncher-2.2.4-RC1

How to add a dependency to Maven

Add the following eu.europa.ec.joinup.sat : jwsacruncher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.europa.ec.joinup.sat</groupId>
    <artifactId>jwsacruncher</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.europa.ec.joinup.sat : jwsacruncher gradle dependency to your build.gradle file:

implementation 'eu.europa.ec.joinup.sat:jwsacruncher:2.2.4'

Gradle Kotlin DSL: Add the following eu.europa.ec.joinup.sat : jwsacruncher gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.europa.ec.joinup.sat:jwsacruncher:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.europa.ec.joinup.sat : jwsacruncher sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.europa.ec.joinup.sat" % "jwsacruncher" % "2.2.4"