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