MVN

net.fwbrasil : radon-stm_2.10

Maven & Gradle

Jun 13, 2014
1 usages
39 stars

radon-stm · radon-stm

<dependency>
    <groupId>net.fwbrasil</groupId>
    <artifactId>radon-stm_2.10</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.fwbrasil : radon-stm_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6
  • Latest Release Candidate: 1.5-RC1

All Versions

Choose a version of net.fwbrasil : radon-stm_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
radon-stm_2.10-1.6
1.5.x
radon-stm_2.10-1.5.2
1.5
radon-stm_2.10-1.5
radon-stm_2.10-1.5-RC1
radon-stm_2.10-1.5-M4
radon-stm_2.10-1.5-M3
radon-stm_2.10-1.5-M1
1.4.x
radon-stm_2.10-1.4.1
1.4
radon-stm_2.10-1.4
radon-stm_2.10-1.4-RC2
radon-stm_2.10-1.4-RC1
1.3.x
radon-stm_2.10-1.3.1
1.3
radon-stm_2.10-1.3
radon-stm_2.10-1.3-RC1
1.2.x
radon-stm_2.10-1.2.1
1.2
radon-stm_2.10-1.2

How to add a dependency to Maven

Add the following net.fwbrasil : radon-stm_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.fwbrasil</groupId>
    <artifactId>radon-stm_2.10</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.fwbrasil : radon-stm_2.10 gradle dependency to your build.gradle file:

implementation 'net.fwbrasil:radon-stm_2.10:1.6'

Gradle Kotlin DSL: Add the following net.fwbrasil : radon-stm_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.fwbrasil:radon-stm_2.10:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.fwbrasil : radon-stm_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.fwbrasil" % "radon-stm_2.10" % "1.6"

Advertisement