MVN

io.ryos.rhino : rhino-archetype

Maven & Gradle

Feb 01, 2021
17 stars

Rhino Archetype · Rhino: Annotation-based JUnit-style load and performance testing framework

<dependency>
    <groupId>io.ryos.rhino</groupId>
    <artifactId>rhino-archetype</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ryos.rhino : rhino-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2
  • Latest Release Candidate: 2.0.0.RC

All Versions

Choose a version of io.ryos.rhino : rhino-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
rhino-archetype-2.3.2
2.2.x
rhino-archetype-2.2.3
rhino-archetype-2.2.2
rhino-archetype-2.2.1
rhino-archetype-2.2.0
rhino-archetype-2.2.0.M1
2.1.x
rhino-archetype-2.1.12
rhino-archetype-2.1.10
rhino-archetype-2.1.9
rhino-archetype-2.1.8
rhino-archetype-2.1.7
rhino-archetype-2.1.6
rhino-archetype-2.1.5
rhino-archetype-2.1.4
rhino-archetype-2.1.3
rhino-archetype-2.1.2
rhino-archetype-2.1.0
2.0.x
rhino-archetype-2.0.1
rhino-archetype-2.0.0
rhino-archetype-2.0.0.RC
1.8.x
rhino-archetype-1.8.3
rhino-archetype-1.8.2
rhino-archetype-1.8.1
1.7.x
rhino-archetype-1.7.2
rhino-archetype-1.7.1
1.6.x
rhino-archetype-1.6.2
rhino-archetype-1.6.1
rhino-archetype-1.6.0
1.5.x
rhino-archetype-1.5.0
1.1.x
rhino-archetype-1.1.2.RELEASE
rhino-archetype-1.1.1
rhino-archetype-1.1.0.RC
1.0.x
rhino-archetype-1.0.12
rhino-archetype-1.0.11
rhino-archetype-1.0.10
rhino-archetype-1.0.8
rhino-archetype-1.0.7

How to add a dependency to Maven

Add the following io.ryos.rhino : rhino-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ryos.rhino</groupId>
    <artifactId>rhino-archetype</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ryos.rhino : rhino-archetype gradle dependency to your build.gradle file:

implementation 'io.ryos.rhino:rhino-archetype:2.3.2'

Gradle Kotlin DSL: Add the following io.ryos.rhino : rhino-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ryos.rhino:rhino-archetype:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ryos.rhino : rhino-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ryos.rhino" % "rhino-archetype" % "2.3.2"