hulp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.open-esb.external.hulp</groupId> <artifactId>hulp</artifactId> <version>3.0.0</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> <groupId>net.open-esb</groupId> <artifactId>parent</artifactId> <version>1.0.2</version> </parent> <groupId>net.open-esb.external.hulp</groupId> <artifactId>hulp</artifactId> <version>3.0.0</version> <packaging>pom</packaging> <name>net.open-esb.external.hulp</name> <scm> <url>git@bitbucket.org:openesb/hulp.git</url> <connection>scm:git:git@bitbucket.org:openesb/hulp.git</connection> <developerConnection>scm:git:git@bitbucket.org:openesb/hulp.git</developerConnection> <tag>HEAD</tag> </scm> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.16</version> </plugin> </plugins> </pluginManagement> </build> <modules> <module>i18n</module> <module>measure</module> <module>buildtools</module> </modules> </project>