e

eb-defaults

EngineBlock is the core of a programmable load test runtime. This module acts as the parent pom for EngineBlock Maven modules.
http://engineblock.io/
The Apache License, Version 2.0
Jonathan Shook
Files download
File Operation
eb-defaults-2.12.65.pom download
Apache Maven
<dependency>
  <groupId>io.engineblock</groupId>
  <artifactId>eb-defaults</artifactId>
  <version>2.12.65</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.engineblock:eb-defaults:2.12.65'
Gradle Kotlin
implementation("io.engineblock:eb-defaults:2.12.65")
Scala SBT
libraryDependencies += "io.engineblock" % "eb-defaults" % "2.12.65"
Groovy Grape
@Grapes(
  @Grab(group='io.engineblock', module='eb-defaults', version='2.12.65')
)
Apache Ivy
<dependency org="io.engineblock" name="eb-defaults" rev="2.12.65" />
Leiningen
[io.engineblock/eb-defaults "2.12.65"]
Apache Buildr
'io.engineblock:eb-defaults:jar:2.12.65'
Dependencies
The project has no third-party dependencies