GroupId | GroupIdorg.openengsb.integrationtest |
---|---|
ArtifactId | ArtifactIdopenengsb-integrationtest-test |
Version | Version1.1.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openengsb.integrationtest/openengsb-integrationtest-test/ -->
<dependency>
<groupId>org.openengsb.integrationtest</groupId>
<artifactId>openengsb-integrationtest-test</artifactId>
<version>1.1.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.integrationtest/openengsb-integrationtest-test/
implementation 'org.openengsb.integrationtest:openengsb-integrationtest-test:1.1.0.M1'
// https://jarcasting.com/artifacts/org.openengsb.integrationtest/openengsb-integrationtest-test/
implementation ("org.openengsb.integrationtest:openengsb-integrationtest-test:1.1.0.M1")
'org.openengsb.integrationtest:openengsb-integrationtest-test:jar:1.1.0.M1'
<dependency org="org.openengsb.integrationtest" name="openengsb-integrationtest-test" rev="1.1.0.M1">
<artifact name="openengsb-integrationtest-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.integrationtest', module='openengsb-integrationtest-test', version='1.1.0.M1')
)
libraryDependencies += "org.openengsb.integrationtest" % "openengsb-integrationtest-test" % "1.1.0.M1"
[org.openengsb.integrationtest/openengsb-integrationtest-test "1.1.0.M1"]