dookug-common-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-common-util</artifactId> <version>1.2.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>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-common</artifactId> <version>1.2.0</version> </parent> <artifactId>dookug-common-util</artifactId> <dependencies> <dependency> <groupId>hu.icellmobilsoft.coffee</groupId> <artifactId>coffee-tool</artifactId> </dependency> <dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-api-common</artifactId> </dependency> <dependency> <groupId>hu.icellmobilsoft.dookug</groupId> <artifactId>dookug-common-core</artifactId> </dependency> <dependency> <artifactId>commons-io</artifactId> <groupId>commons-io</groupId> </dependency> <!--Test dependecies --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> </dependency> <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-junit5</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> </dependency> <!-- <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> --> </dependencies> </project>