| License |
License |
|---|---|
| GroupId | GroupIdio.ryos.rhino |
| ArtifactId | ArtifactIdrhino-core |
| Last Version | Last Version2.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRhino Core
Rhino: Annotation-based JUnit-style load and performance testing framework
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| rhino-core-2.3.2.pom | |
| rhino-core-2.3.2.jar | 235 KB |
| rhino-core-2.3.2-sources.jar | 187 KB |
| rhino-core-2.3.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ryos.rhino/rhino-core/ -->
<dependency>
<groupId>io.ryos.rhino</groupId>
<artifactId>rhino-core</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ryos.rhino/rhino-core/
implementation 'io.ryos.rhino:rhino-core:2.3.2'
// https://jarcasting.com/artifacts/io.ryos.rhino/rhino-core/
implementation ("io.ryos.rhino:rhino-core:2.3.2")
'io.ryos.rhino:rhino-core:jar:2.3.2'
<dependency org="io.ryos.rhino" name="rhino-core" rev="2.3.2">
<artifact name="rhino-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ryos.rhino', module='rhino-core', version='2.3.2')
)
libraryDependencies += "io.ryos.rhino" % "rhino-core" % "2.3.2"
[io.ryos.rhino/rhino-core "2.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.projectreactor : reactor-test | jar | 3.2.10.RELEASE |
| org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
| org.junit.vintage : junit-vintage-engine | jar | 5.1.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.1.0 |
| org.junit.platform : junit-platform-runner | jar | 1.1.0 |
| com.github.tomakehurst : wiremock | jar | 2.23.2 |
| org.mockito : mockito-core | jar | 3.1.0 |
| org.powermock : powermock-module-junit4 | jar | 2.0.0-beta.5 |