MVN

sysunit : sysunit

Maven & Gradle

Sep 20, 2005
2 usages
<dependency>
    <groupId>sysunit</groupId>
    <artifactId>sysunit</artifactId>
    <version>20030814.161217</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sysunit : sysunit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20030814.161217
  • Latest Beta: 1.0-beta-13

All Versions

Choose a version of sysunit : sysunit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20030814.161217
sysunit-20030814.161217
20030814.160208
sysunit-20030814.160208
20030725.201137
sysunit-20030725.201137
20030725.200415
sysunit-20030725.200415
20030725.164117
sysunit-20030725.164117
20030724.170336
sysunit-20030724.170336
20030723.172754
sysunit-20030723.172754
20030723.161221
sysunit-20030723.161221
20030723.151801
sysunit-20030723.151801
20030723.151552
sysunit-20030723.151552
20030723.151320
sysunit-20030723.151320
20030723.145040
sysunit-20030723.145040
20030711.161346
sysunit-20030711.161346
20030711.135515
sysunit-20030711.135515
1.0
sysunit-1.0-beta-13
sysunit-1.0-beta-11
sysunit-1.0-beta-10
sysunit-1.0-beta-2
sysunit-1.0-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>sysunit</groupId>
    <artifactId>sysunit</artifactId>
    <version>20030814.161217</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sysunit : sysunit gradle dependency to your build.gradle file:

implementation 'sysunit:sysunit:20030814.161217'

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

implementation("sysunit:sysunit:20030814.161217")

How to add a dependency to SBT Scala

SBT Scala: Add the following sysunit : sysunit sbt scala dependency to your build.sbt file:

libraryDependencies += "sysunit" % "sysunit" % "20030814.161217"