MVN

org.javasimon : javasimon-examples

Maven & Gradle

Aug 13, 2013

JavaSimon Examples

<dependency>
    <groupId>org.javasimon</groupId>
    <artifactId>javasimon-examples</artifactId>
    <version>3.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javasimon : javasimon-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of org.javasimon : javasimon-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
javasimon-examples-3.4.0
3.3.x
javasimon-examples-3.3.0
3.2.x
javasimon-examples-3.2.1
javasimon-examples-3.2.0
3.1.x
javasimon-examples-3.1.0
3.0.x
javasimon-examples-3.0.0
2.5.x
javasimon-examples-2.5.0
2.3.x
javasimon-examples-2.3.0
2.2.x
javasimon-examples-2.2.0
2.1.x
javasimon-examples-2.1.1
2.1
javasimon-examples-2.1
2.0
javasimon-examples-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.javasimon</groupId>
    <artifactId>javasimon-examples</artifactId>
    <version>3.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.javasimon : javasimon-examples gradle dependency to your build.gradle file:

implementation 'org.javasimon:javasimon-examples:3.4.0'

Gradle Kotlin DSL: Add the following org.javasimon : javasimon-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("org.javasimon:javasimon-examples:3.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.javasimon : javasimon-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "org.javasimon" % "javasimon-examples" % "3.4.0"

Advertisement