is not current version
Last Version 0.9

de.sekmi.histream:i2b2-intregration-tests 0.7

By default, the integration tests are just packaged but not run. To actually run the integration tests, use the profile 'run-its' e.g. with 'mvn clean install -Prun-its'

GroupId

GroupId

de.sekmi.histream
ArtifactId

ArtifactId

i2b2-intregration-tests
Version

Version

0.7
Type

Type

jar

Download i2b2-intregration-tests 0.7


<!-- https://jarcasting.com/artifacts/de.sekmi.histream/i2b2-intregration-tests/ -->
<dependency>
    <groupId>de.sekmi.histream</groupId>
    <artifactId>i2b2-intregration-tests</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.sekmi.histream/i2b2-intregration-tests/
implementation 'de.sekmi.histream:i2b2-intregration-tests:0.7'
// https://jarcasting.com/artifacts/de.sekmi.histream/i2b2-intregration-tests/
implementation ("de.sekmi.histream:i2b2-intregration-tests:0.7")
'de.sekmi.histream:i2b2-intregration-tests:jar:0.7'
<dependency org="de.sekmi.histream" name="i2b2-intregration-tests" rev="0.7">
  <artifact name="i2b2-intregration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sekmi.histream', module='i2b2-intregration-tests', version='0.7')
)
libraryDependencies += "de.sekmi.histream" % "i2b2-intregration-tests" % "0.7"
[de.sekmi.histream/i2b2-intregration-tests "0.7"]