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