GroupId | GroupIdcom.goldmansachs.jdmn |
---|---|
ArtifactId | ArtifactIdjdmn-jpa-integration-tests |
Version | Version2.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.goldmansachs.jdmn/jdmn-jpa-integration-tests/ -->
<dependency>
<groupId>com.goldmansachs.jdmn</groupId>
<artifactId>jdmn-jpa-integration-tests</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.goldmansachs.jdmn/jdmn-jpa-integration-tests/
implementation 'com.goldmansachs.jdmn:jdmn-jpa-integration-tests:2.4.0'
// https://jarcasting.com/artifacts/com.goldmansachs.jdmn/jdmn-jpa-integration-tests/
implementation ("com.goldmansachs.jdmn:jdmn-jpa-integration-tests:2.4.0")
'com.goldmansachs.jdmn:jdmn-jpa-integration-tests:jar:2.4.0'
<dependency org="com.goldmansachs.jdmn" name="jdmn-jpa-integration-tests" rev="2.4.0">
<artifact name="jdmn-jpa-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goldmansachs.jdmn', module='jdmn-jpa-integration-tests', version='2.4.0')
)
libraryDependencies += "com.goldmansachs.jdmn" % "jdmn-jpa-integration-tests" % "2.4.0"
[com.goldmansachs.jdmn/jdmn-jpa-integration-tests "2.4.0"]