License |
License |
---|---|
GroupId | GroupIdio.engineblock |
ArtifactId | ArtifactIdeb-defaults |
Last Version | Last Version2.12.65 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioneb-defaults
EngineBlock is the core of a programmable load test runtime.
This module acts as the parent pom for EngineBlock Maven modules.
|
Filename | Size |
---|---|
eb-defaults-2.12.65.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.engineblock/eb-defaults/ -->
<dependency>
<groupId>io.engineblock</groupId>
<artifactId>eb-defaults</artifactId>
<version>2.12.65</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.engineblock/eb-defaults/
implementation 'io.engineblock:eb-defaults:2.12.65'
// https://jarcasting.com/artifacts/io.engineblock/eb-defaults/
implementation ("io.engineblock:eb-defaults:2.12.65")
'io.engineblock:eb-defaults:pom:2.12.65'
<dependency org="io.engineblock" name="eb-defaults" rev="2.12.65">
<artifact name="eb-defaults" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.engineblock', module='eb-defaults', version='2.12.65')
)
libraryDependencies += "io.engineblock" % "eb-defaults" % "2.12.65"
[io.engineblock/eb-defaults "2.12.65"]