| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.open-esb.core |
| ArtifactId | ArtifactIdtestengine-top |
| Version | Version2.4.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| testengine-top-2.4.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.open-esb.core/testengine-top/ -->
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>testengine-top</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/testengine-top/
implementation 'net.open-esb.core:testengine-top:2.4.0'
// https://jarcasting.com/artifacts/net.open-esb.core/testengine-top/
implementation ("net.open-esb.core:testengine-top:2.4.0")
'net.open-esb.core:testengine-top:pom:2.4.0'
<dependency org="net.open-esb.core" name="testengine-top" rev="2.4.0">
<artifact name="testengine-top" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='testengine-top', version='2.4.0')
)
libraryDependencies += "net.open-esb.core" % "testengine-top" % "2.4.0"
[net.open-esb.core/testengine-top "2.4.0"]