blank-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.itcb.module.blank</groupId>
<artifactId>blank-client</artifactId>
<version>0.0.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>blank-root</artifactId>
<groupId>net.sf.itcb.module.blank</groupId>
<version>0.0.1</version>
</parent>
<groupId>net.sf.itcb.module.blank</groupId>
<artifactId>blank-client</artifactId>
<version>0.0.1</version>
<dependencies>
<dependency>
<groupId>net.sf.itcb.common</groupId>
<artifactId>common-client</artifactId>
<version>${common-itcb-version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.itcb.module.blank</groupId>
<artifactId>blank-business</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>