is not current version
Last Version 3.0.11

org.orcid:orcid-model 3.0.2

Container for all classes that will be used to marshal and unmarshal XML/JSON from the API

GroupId

GroupId

org.orcid
ArtifactId

ArtifactId

orcid-model
Version

Version

3.0.2
Type

Type

jar

Download orcid-model 3.0.2


<!-- https://jarcasting.com/artifacts/org.orcid/orcid-model/ -->
<dependency>
    <groupId>org.orcid</groupId>
    <artifactId>orcid-model</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.orcid/orcid-model/
implementation 'org.orcid:orcid-model:3.0.2'
// https://jarcasting.com/artifacts/org.orcid/orcid-model/
implementation ("org.orcid:orcid-model:3.0.2")
'org.orcid:orcid-model:jar:3.0.2'
<dependency org="org.orcid" name="orcid-model" rev="3.0.2">
  <artifact name="orcid-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.orcid', module='orcid-model', version='3.0.2')
)
libraryDependencies += "org.orcid" % "orcid-model" % "3.0.2"
[org.orcid/orcid-model "3.0.2"]