acris-binding-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>sk.seges.acris</groupId>
<artifactId>acris-binding-api</artifactId>
<version>1.2.2</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"> <parent> <groupId>sk.seges.acris</groupId> <artifactId>acris-os-parent</artifactId> <version>1.2.2</version> <relativePath>../acris-os-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>acris-binding-api</artifactId> <packaging>jar</packaging> <name>AcrIS Binding Api</name> <dependencies> <!-- Sesam dependencies --> <dependency> <groupId>sk.seges.sesam</groupId> <artifactId>sesam-core</artifactId> </dependency> <dependency> <groupId>sk.seges.sesam</groupId> <artifactId>sesam-core</artifactId> <classifier>sources</classifier> </dependency> <!-- GWT dependencies --> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-servlet</artifactId> </dependency> </dependencies> </project>