GroupId | GroupIdcom.github.dbmdz.flusswerk |
---|---|
ArtifactId | ArtifactIdintegration-tests |
Version | Version4.1.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-4.1.1.pom | |
integration-tests-4.1.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>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbmdz.flusswerk/integration-tests/
implementation 'com.github.dbmdz.flusswerk:integration-tests:4.1.1'
// https://jarcasting.com/artifacts/com.github.dbmdz.flusswerk/integration-tests/
implementation ("com.github.dbmdz.flusswerk:integration-tests:4.1.1")
'com.github.dbmdz.flusswerk:integration-tests:jar:4.1.1'
<dependency org="com.github.dbmdz.flusswerk" name="integration-tests" rev="4.1.1">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dbmdz.flusswerk', module='integration-tests', version='4.1.1')
)
libraryDependencies += "com.github.dbmdz.flusswerk" % "integration-tests" % "4.1.1"
[com.github.dbmdz.flusswerk/integration-tests "4.1.1"]