it-tidalwave-mobile-utilities
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>it.tidalwave.bluebill.android</groupId> <artifactId>it-tidalwave-mobile-utilities</artifactId> <version>1.0.9</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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>it.tidalwave.bluebill.android</groupId> <artifactId>bluebill</artifactId> <version>0.15</version> <relativePath>../../..</relativePath> </parent> <groupId>it.tidalwave.bluebill.android</groupId> <artifactId>it-tidalwave-mobile-utilities</artifactId> <version>1.0.9</version> <packaging>jar</packaging> <name>Mobile Utilities</name> <dependencies> <dependency> <groupId>it.tidalwave.bluebill</groupId> <artifactId>it-tidalwave-semantic-aux</artifactId> </dependency> <dependency> <groupId>it.tidalwave.geo</groupId> <artifactId>it-tidalwave-geo</artifactId> </dependency> <dependency> <groupId>it.tidalwave.thesefoolishthings</groupId> <artifactId>it-tidalwave-util</artifactId> </dependency> <dependency> <groupId>it.tidalwave.thesefoolishthings</groupId> <artifactId>it-tidalwave-util-logging</artifactId> </dependency> <dependency> <groupId>it.tidalwave.netbeans</groupId> <artifactId>it-tidalwave-netbeans-util-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> <scope>test</scope> </dependency> </dependencies> </project>