| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.mycore | 
    
| ArtifactId | ArtifactIdmycore-meta | 
    
| Last Version | Last Version2022.02 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMyCoRe Complete POM package 
            pom packaging of MyCoRe containing mycore-base and all components 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| mycore-meta-2022.02.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-meta/ -->
<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>mycore-meta</artifactId>
    <version>2022.02</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.mycore/mycore-meta/
implementation 'org.mycore:mycore-meta:2022.02'
                // https://jarcasting.com/artifacts/org.mycore/mycore-meta/
implementation ("org.mycore:mycore-meta:2022.02")
                'org.mycore:mycore-meta:pom:2022.02'
                <dependency org="org.mycore" name="mycore-meta" rev="2022.02">
  <artifact name="mycore-meta" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.mycore', module='mycore-meta', version='2022.02')
)
                libraryDependencies += "org.mycore" % "mycore-meta" % "2022.02"
                [org.mycore/mycore-meta "2022.02"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.mycore : mycore-ifs | jar | 2022.02 |