License |
License |
---|---|
GroupId | GroupIdjpox |
ArtifactId | ArtifactIdjpox-parent |
Last Version | Last Version1.1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJPOX parent
JPOX is a Java Data Objects (JDO) API implementation. The Java Data
Objects (JDO) API is a standard interface-based Java model abstraction
of persistence.
|
Project Organization |
Project OrganizationJava Persistent Objects (JPOX) |
Filename | Size |
---|---|
jpox-parent-1.1.9.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jpox/jpox-parent/ -->
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-parent</artifactId>
<version>1.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jpox/jpox-parent/
implementation 'jpox:jpox-parent:1.1.9'
// https://jarcasting.com/artifacts/jpox/jpox-parent/
implementation ("jpox:jpox-parent:1.1.9")
'jpox:jpox-parent:pom:1.1.9'
<dependency org="jpox" name="jpox-parent" rev="1.1.9">
<artifact name="jpox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='jpox', module='jpox-parent', version='1.1.9')
)
libraryDependencies += "jpox" % "jpox-parent" % "1.1.9"
[jpox/jpox-parent "1.1.9"]