...
If you are creating a Java applications which uses the CARGO via API, you need to add as dependency either the artifact for your favorite container or the uberjar (which contains all containers). See below:
| Code Block | ||||
|---|---|---|---|---|
| ||||
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-core-uberjar</artifactId>
<version>${cargo.version}</version>
</dependency> |
...