GroupId | GroupIdorg.openengsb.integrationtest |
---|---|
ArtifactId | ArtifactIdopenengsb-integrationtest-test |
Version | Version1.0.4.RELEASE |
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.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.integrationtest/openengsb-integrationtest-test/
implementation 'org.openengsb.integrationtest:openengsb-integrationtest-test:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.openengsb.integrationtest/openengsb-integrationtest-test/
implementation ("org.openengsb.integrationtest:openengsb-integrationtest-test:1.0.4.RELEASE")
'org.openengsb.integrationtest:openengsb-integrationtest-test:jar:1.0.4.RELEASE'
<dependency org="org.openengsb.integrationtest" name="openengsb-integrationtest-test" rev="1.0.4.RELEASE">
<artifact name="openengsb-integrationtest-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.integrationtest', module='openengsb-integrationtest-test', version='1.0.4.RELEASE')
)
libraryDependencies += "org.openengsb.integrationtest" % "openengsb-integrationtest-test" % "1.0.4.RELEASE"
[org.openengsb.integrationtest/openengsb-integrationtest-test "1.0.4.RELEASE"]