GroupId | GroupIdorg.apache.isis.objectstore |
---|---|
ArtifactId | ArtifactIdisis-objectstore-jdo |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
isis-objectstore-jdo-1.1.0.pom | 6 KB |
isis-objectstore-jdo-1.1.0-tests.jar | 3 KB |
isis-objectstore-jdo-1.1.0-source-release.zip | 1 MB |
isis-objectstore-jdo-1.1.0-site.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.isis.objectstore/isis-objectstore-jdo/ -->
<dependency>
<groupId>org.apache.isis.objectstore</groupId>
<artifactId>isis-objectstore-jdo</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.objectstore/isis-objectstore-jdo/
implementation 'org.apache.isis.objectstore:isis-objectstore-jdo:1.1.0'
// https://jarcasting.com/artifacts/org.apache.isis.objectstore/isis-objectstore-jdo/
implementation ("org.apache.isis.objectstore:isis-objectstore-jdo:1.1.0")
'org.apache.isis.objectstore:isis-objectstore-jdo:jar:1.1.0'
<dependency org="org.apache.isis.objectstore" name="isis-objectstore-jdo" rev="1.1.0">
<artifact name="isis-objectstore-jdo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.objectstore', module='isis-objectstore-jdo', version='1.1.0')
)
libraryDependencies += "org.apache.isis.objectstore" % "isis-objectstore-jdo" % "1.1.0"
[org.apache.isis.objectstore/isis-objectstore-jdo "1.1.0"]