Everest is made of several different modules you need to deploy on your OSGi framework. This page lists all the downloadable artifacts for Everest.

Maven repository

Everest stable bundles are accessible from the “OW2 Releases” maven repository:

  <repositories>
    <repository>
      <id>ow2.releases</id>
      <name>OW2 Repository</name>
      <url>http://repository.ow2.org/nexus/content/repositories/releases</url>
    </repository>
  </repositories>

Releases

Artifact Latest Version Binary Source Description & Documentation
everest-core 1.0-SNAPSHOT jar
asc md5
zip
asc md5
Everest core bundle. more...
everest-servlet 1.0-SNAPSHOT jar
asc md5
zip
asc md5
HTTP mapping for Everest. more...
everest-system 1.0-SNAPSHOT jar
asc md5
zip
asc md5
System resources. more...
everest-osgi 1.0-SNAPSHOT jar
asc md5
zip
asc md5
OSGi resources. more...
everest-ipojo 1.0-SNAPSHOT jar
asc md5
zip
asc md5
iPOJO resources. more...

Development Snapshots

Everest unstable bundles are accessible from the “OW2 Snapshots” maven repository:

  <repositories>
    <repository>
      <id>ow2.snapshots</id>
      <name>OW2 Snapshots Repository</name>
      <url>http://repository.ow2.org/nexus/content/repositories/snapshots</url>
    </repository>
  </repositories>

From the source

At last, you can checkout the everest source code using Git:

  $ git clone http://github.com/ow2-chameleon/everest.git

License

Everest is part of the OW2 Chameleon project and is licensed under the Apache License, Version 2.0.

Copyright 2013 OW2 Chameleon

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Everest Logo

The Everest logo is an original creation of Morgan Martinet.

Download:

&ldquo;The Everest Logo&rdquo;

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Back to top

Version: 1.0-SNAPSHOT. Last Published: 2014-03-23.