| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.mycore | 
    
| ArtifactId | ArtifactIdmycore-coma | 
    
| Last Version | Last Version2022.02 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMyCoRe Content Manager 
            Manages MyCoRe objects and derivates 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| mycore-coma-2022.02.pom | |
| mycore-coma-2022.02.jar | 13 KB | 
| mycore-coma-2022.02-sources.jar | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-coma/ -->
<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>mycore-coma</artifactId>
    <version>2022.02</version>
</dependency>
                // https://jarcasting.com/artifacts/org.mycore/mycore-coma/
implementation 'org.mycore:mycore-coma:2022.02'
                // https://jarcasting.com/artifacts/org.mycore/mycore-coma/
implementation ("org.mycore:mycore-coma:2022.02")
                'org.mycore:mycore-coma:jar:2022.02'
                <dependency org="org.mycore" name="mycore-coma" rev="2022.02">
  <artifact name="mycore-coma" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.mycore', module='mycore-coma', version='2022.02')
)
                libraryDependencies += "org.mycore" % "mycore-coma" % "2022.02"
                [org.mycore/mycore-coma "2022.02"]