GroupId | GroupIdcom.github.dbmdz.flusswerk |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-5.0.1.pom | |
integration-tests-5.0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dbmdz.flusswerk/integration-tests/ -->
<dependency>
<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbmdz.flusswerk/integration-tests/
implementation 'com.github.dbmdz.flusswerk:integration-tests:5.0.1'
// https://jarcasting.com/artifacts/com.github.dbmdz.flusswerk/integration-tests/
implementation ("com.github.dbmdz.flusswerk:integration-tests:5.0.1")
'com.github.dbmdz.flusswerk:integration-tests:jar:5.0.1'
<dependency org="com.github.dbmdz.flusswerk" name="integration-tests" rev="5.0.1">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dbmdz.flusswerk', module='integration-tests', version='5.0.1')
)
libraryDependencies += "com.github.dbmdz.flusswerk" % "integration-tests" % "5.0.1"
[com.github.dbmdz.flusswerk/integration-tests "5.0.1"]