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