GroupId | GroupIdorg.codehaus.xdoclet |
---|---|
ArtifactId | ArtifactIdxdoclet-plugin-jdo |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxdoclet-plugin-jdo
Generates JDO mappings
|
Project Organization |
Project OrganizationXDoclet Team |
Filename | Size |
---|---|
xdoclet-plugin-jdo-1.0.5.pom | |
xdoclet-plugin-jdo-1.0.5.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.xdoclet/xdoclet-plugin-jdo/ -->
<dependency>
<groupId>org.codehaus.xdoclet</groupId>
<artifactId>xdoclet-plugin-jdo</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.xdoclet/xdoclet-plugin-jdo/
implementation 'org.codehaus.xdoclet:xdoclet-plugin-jdo:1.0.5'
// https://jarcasting.com/artifacts/org.codehaus.xdoclet/xdoclet-plugin-jdo/
implementation ("org.codehaus.xdoclet:xdoclet-plugin-jdo:1.0.5")
'org.codehaus.xdoclet:xdoclet-plugin-jdo:jar:1.0.5'
<dependency org="org.codehaus.xdoclet" name="xdoclet-plugin-jdo" rev="1.0.5">
<artifact name="xdoclet-plugin-jdo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.xdoclet', module='xdoclet-plugin-jdo', version='1.0.5')
)
libraryDependencies += "org.codehaus.xdoclet" % "xdoclet-plugin-jdo" % "1.0.5"
[org.codehaus.xdoclet/xdoclet-plugin-jdo "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.xdoclet : xdoclet | jar | 2.0.7 |