License |
License |
---|---|
GroupId | GroupIdorg.apache.cayenne |
ArtifactId | ArtifactIdcayenne-osgi |
Last Version | Last Version4.2.RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Cayenne is a powerful, full-featured, and open source
Java framework, plus developer tools, that provides Object
Relational Mapping (ORM) and remoting services for persistence.
The software is licensed under the Apache License.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cayenne-osgi-4.2.RC1.pom | |
cayenne-osgi-4.2.RC1.jar | 8 KB |
cayenne-osgi-4.2.RC1-tests.jar | 5 KB |
cayenne-osgi-4.2.RC1-sources.jar | 7 KB |
cayenne-osgi-4.2.RC1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-osgi/ -->
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-osgi</artifactId>
<version>4.2.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-osgi/
implementation 'org.apache.cayenne:cayenne-osgi:4.2.RC1'
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-osgi/
implementation ("org.apache.cayenne:cayenne-osgi:4.2.RC1")
'org.apache.cayenne:cayenne-osgi:jar:4.2.RC1'
<dependency org="org.apache.cayenne" name="cayenne-osgi" rev="4.2.RC1">
<artifact name="cayenne-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne', module='cayenne-osgi', version='4.2.RC1')
)
libraryDependencies += "org.apache.cayenne" % "cayenne-osgi" % "4.2.RC1"
[org.apache.cayenne/cayenne-osgi "4.2.RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cayenne : cayenne-server | jar | 4.2.RC1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.28.2 |
junit : junit | jar | 4.13.1 |