GroupId | GroupIdorg.apache.cayenne |
---|---|
ArtifactId | ArtifactIdcayenne-project-compatibility |
Version | Version4.2.M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-project-compatibility/ -->
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-project-compatibility</artifactId>
<version>4.2.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-project-compatibility/
implementation 'org.apache.cayenne:cayenne-project-compatibility:4.2.M2'
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-project-compatibility/
implementation ("org.apache.cayenne:cayenne-project-compatibility:4.2.M2")
'org.apache.cayenne:cayenne-project-compatibility:jar:4.2.M2'
<dependency org="org.apache.cayenne" name="cayenne-project-compatibility" rev="4.2.M2">
<artifact name="cayenne-project-compatibility" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne', module='cayenne-project-compatibility', version='4.2.M2')
)
libraryDependencies += "org.apache.cayenne" % "cayenne-project-compatibility" % "4.2.M2"
[org.apache.cayenne/cayenne-project-compatibility "4.2.M2"]