p

parent

Rhino: Annotation-based JUnit-style load and performance testing framework
https://github.com/bagdemir/rhino
Apache 2.0 License
Ryos
Erhan Bagdemir
文件下载
文件名 操作
parent-1.8.1.pom 下载
Apache Maven
<dependency>
  <groupId>io.ryos.rhino</groupId>
  <artifactId>parent</artifactId>
  <version>1.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.ryos.rhino:parent:1.8.1'
Gradle Kotlin
implementation("io.ryos.rhino:parent:1.8.1")
Scala SBT
libraryDependencies += "io.ryos.rhino" % "parent" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='io.ryos.rhino', module='parent', version='1.8.1')
)
Apache Ivy
<dependency org="io.ryos.rhino" name="parent" rev="1.8.1" />
Leiningen
[io.ryos.rhino/parent "1.8.1"]
Apache Buildr
'io.ryos.rhino:parent:jar:1.8.1'
本项目依赖
该项目无第三方依赖