License |
License |
---|---|
GroupId | GroupIdcom.lyncode |
ArtifactId | ArtifactIdxoai |
Last Version | Last Version4.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXOAI : OAI-PMH Java Toolkit
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
xoai-4.1.0.pom | |
xoai-4.1.0.jar | 156 KB |
xoai-4.1.0-sources.jar | 130 KB |
xoai-4.1.0-javadoc.jar | 789 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lyncode/xoai/ -->
<dependency>
<groupId>com.lyncode</groupId>
<artifactId>xoai</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyncode/xoai/
implementation 'com.lyncode:xoai:4.1.0'
// https://jarcasting.com/artifacts/com.lyncode/xoai/
implementation ("com.lyncode:xoai:4.1.0")
'com.lyncode:xoai:jar:4.1.0'
<dependency org="com.lyncode" name="xoai" rev="4.1.0">
<artifact name="xoai" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyncode', module='xoai', version='4.1.0')
)
libraryDependencies += "com.lyncode" % "xoai" % "4.1.0"
[com.lyncode/xoai "4.1.0"]