is not current version
Last Version 0.9

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

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.5
Type

Type

jar

Download i2b2-intregration-tests 0.5


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