annotator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.weblab.core</groupId>
<artifactId>annotator</artifactId>
<version>1.2.4.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.ow2.weblab.core</groupId> <artifactId>parent</artifactId> <version>1.2.2</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>annotator</artifactId> <version>1.2.4.1</version> <packaging>jar</packaging> <name>WebLab Model Annotator</name> <description>This module of the WebLab Core allows user to annotate Weblab Resources using WebLab properties. This module is still experimental and need more in depth use and validation. Use it at your own risks ;-).</description> <dependencies> <dependency> <groupId>org.ow2.weblab.core</groupId> <artifactId>extended</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>org.ow2.weblab.core</groupId> <artifactId>model</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <!-- Licence Apache 2 --> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <!-- Licence Apache 2 --> </dependency> <dependency> <groupId>com.hp.hpl.jena</groupId> <artifactId>jena</artifactId> <!-- Jena Licence --> <scope>test</scope> </dependency> </dependencies> </project>