Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This clones the repository to your home directory, under a directory named onos.

Maven Artifacts

The artifacts have been pushed to Maven Central Repository

You can directly add artifacts to your pom.xml file. Here is an example:

Code Block
<dependency>
    <groupId>org.onosproject</groupId>
    <artifactId>onos</artifactId>
    <version>1.0.0</version>
</dependency>

 

 

...

Home : User's Guide
Next : Installing and Running ONOS

...