| GroupId | GroupIdorg.apache.cayenne |
|---|---|
| ArtifactId | ArtifactIdcayenne-osgi |
| Version | Version4.1.B1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cayenne-osgi-4.1.B1.pom | |
| cayenne-osgi-4.1.B1.jar | 8 KB |
| cayenne-osgi-4.1.B1-tests.jar | 5 KB |
| cayenne-osgi-4.1.B1-sources.jar | 7 KB |
| cayenne-osgi-4.1.B1-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.1.B1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-osgi/
implementation 'org.apache.cayenne:cayenne-osgi:4.1.B1'
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-osgi/
implementation ("org.apache.cayenne:cayenne-osgi:4.1.B1")
'org.apache.cayenne:cayenne-osgi:jar:4.1.B1'
<dependency org="org.apache.cayenne" name="cayenne-osgi" rev="4.1.B1">
<artifact name="cayenne-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne', module='cayenne-osgi', version='4.1.B1')
)
libraryDependencies += "org.apache.cayenne" % "cayenne-osgi" % "4.1.B1"
[org.apache.cayenne/cayenne-osgi "4.1.B1"]