MVN

de.uni-hildesheim.sse.spassMeter : spass-meter-annotations

Maven & Gradle

Jun 08, 2018
0 stars

SPASS-meter (annotations) · The annotations for marking Source code for instrumentation with SPASS-meter.

<dependency>
    <groupId>de.uni-hildesheim.sse.spassMeter</groupId>
    <artifactId>spass-meter-annotations</artifactId>
    <version>1.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.uni-hildesheim.sse.spassMeter : spass-meter-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.30

All Versions

Choose a version of de.uni-hildesheim.sse.spassMeter : spass-meter-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.30
spass-meter-annotations-1.30
1.28
spass-meter-annotations-1.28

How to add a dependency to Maven

Add the following de.uni-hildesheim.sse.spassMeter : spass-meter-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.uni-hildesheim.sse.spassMeter</groupId>
    <artifactId>spass-meter-annotations</artifactId>
    <version>1.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.uni-hildesheim.sse.spassMeter : spass-meter-annotations gradle dependency to your build.gradle file:

implementation 'de.uni-hildesheim.sse.spassMeter:spass-meter-annotations:1.30'

Gradle Kotlin DSL: Add the following de.uni-hildesheim.sse.spassMeter : spass-meter-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("de.uni-hildesheim.sse.spassMeter:spass-meter-annotations:1.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.uni-hildesheim.sse.spassMeter : spass-meter-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "de.uni-hildesheim.sse.spassMeter" % "spass-meter-annotations" % "1.30"