GroupId | GroupIdcom.jeromeloisel |
---|---|
ArtifactId | ArtifactIddb-integration-test |
Version | Version2.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jeromeloisel/db-integration-test/ -->
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-integration-test</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeromeloisel/db-integration-test/
implementation 'com.jeromeloisel:db-integration-test:2.2.0'
// https://jarcasting.com/artifacts/com.jeromeloisel/db-integration-test/
implementation ("com.jeromeloisel:db-integration-test:2.2.0")
'com.jeromeloisel:db-integration-test:jar:2.2.0'
<dependency org="com.jeromeloisel" name="db-integration-test" rev="2.2.0">
<artifact name="db-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeromeloisel', module='db-integration-test', version='2.2.0')
)
libraryDependencies += "com.jeromeloisel" % "db-integration-test" % "2.2.0"
[com.jeromeloisel/db-integration-test "2.2.0"]