Skip to content

sismics/play-cmis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release License

play-cmis plugin

This plugin adds CMIS support to Play! Framework 1 applications.

Features

How to use

Add the dependency to your dependencies.yml file

require:
    - cmis -> cmis 1.1.0

repositories:
    - sismicsNexusRaw:
        type: http
        artifact: "https://nexus.sismics.com/repository/sismics/[module]-[revision].zip"
        contains:
            - cmis -> *

Run the play deps command

Add the routes to your routes file

# CMIS routes
*       /               module:cmis

License

This software is released under the terms of the Apache License, Version 2.0. See LICENSE for more information or see https://opensource.org/licenses/Apache-2.0.