| GroupId | GroupIdcom.intershop.oms |
|---|---|
| ArtifactId | ArtifactIdiom-test-framework |
| Version | Version4.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.intershop.oms/iom-test-framework/ -->
<dependency>
<groupId>com.intershop.oms</groupId>
<artifactId>iom-test-framework</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.intershop.oms/iom-test-framework/
implementation 'com.intershop.oms:iom-test-framework:4.1.0'
// https://jarcasting.com/artifacts/com.intershop.oms/iom-test-framework/
implementation ("com.intershop.oms:iom-test-framework:4.1.0")
'com.intershop.oms:iom-test-framework:jar:4.1.0'
<dependency org="com.intershop.oms" name="iom-test-framework" rev="4.1.0">
<artifact name="iom-test-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intershop.oms', module='iom-test-framework', version='4.1.0')
)
libraryDependencies += "com.intershop.oms" % "iom-test-framework" % "4.1.0"
[com.intershop.oms/iom-test-framework "4.1.0"]