| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.mycore.mets | 
    
| ArtifactId | ArtifactIdmets-model | 
    
| Last Version | Last Version2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMets Model 
            The MyCoRe Parent POM holds mailing list, continous integration and plugin definitions used by all MyCoRe Maven projects. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| mets-model-2.0.pom | |
| mets-model-2.0.jar | 96 KB | 
| mets-model-2.0-sources.jar | 80 KB | 
| mets-model-2.0-javadoc.jar | 669 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mycore.mets/mets-model/ -->
<dependency>
    <groupId>org.mycore.mets</groupId>
    <artifactId>mets-model</artifactId>
    <version>2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.mycore.mets/mets-model/
implementation 'org.mycore.mets:mets-model:2.0'
                // https://jarcasting.com/artifacts/org.mycore.mets/mets-model/
implementation ("org.mycore.mets:mets-model:2.0")
                'org.mycore.mets:mets-model:jar:2.0'
                <dependency org="org.mycore.mets" name="mets-model" rev="2.0">
  <artifact name="mets-model" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.mycore.mets', module='mets-model', version='2.0')
)
                libraryDependencies += "org.mycore.mets" % "mets-model" % "2.0"
                [org.mycore.mets/mets-model "2.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | 2.12.1 | 
| org.jdom : jdom2 | jar | 2.0.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |