| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools | 
| GroupId | GroupIdorg.nbn-resolving | 
| ArtifactId | ArtifactIdpidef | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionpidef Java classes (generated with XML-Beans) for Persistent Identifier Data Exchange Format (pidef) processing.
	    See the official URN:NBN Resolver http://nbn-resolving.org or http://persid.org | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| pidef-1.0.pom | |
| pidef-1.0.jar | 110 KB | 
| pidef-1.0-sources.jar | 162 KB | 
| pidef-1.0-javadoc.jar | 394 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.nbn-resolving/pidef/ -->
<dependency>
    <groupId>org.nbn-resolving</groupId>
    <artifactId>pidef</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.nbn-resolving/pidef/
implementation 'org.nbn-resolving:pidef:1.0'// https://jarcasting.com/artifacts/org.nbn-resolving/pidef/
implementation ("org.nbn-resolving:pidef:1.0")'org.nbn-resolving:pidef:jar:1.0'<dependency org="org.nbn-resolving" name="pidef" rev="1.0">
  <artifact name="pidef" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nbn-resolving', module='pidef', version='1.0')
)libraryDependencies += "org.nbn-resolving" % "pidef" % "1.0"[org.nbn-resolving/pidef "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.xmlbeans : xmlbeans | jar | [2.5,2.6) |