DataInjectorLib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.crescentflare.datainjector</groupId> <artifactId>DataInjectorLib</artifactId> <version>0.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.crescentflare.datainjector</groupId> <artifactId>DataInjectorLib</artifactId> <version>0.3.1</version> <packaging>aar</packaging> <name>DataInjectorLib</name> <description>Easily apply mapping or manipulate java maps</description> <url>https://github.com/crescentflare/DataInjector</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>crescentflare</id> <name>Crescent Flare Apps</name> <email>info@crescentflare.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/crescentflare/DataInjector.git</connection> <developerConnection>scm:git:ssh://github.com/crescentflare/DataInjector.git</developerConnection> <url>https://github.com/crescentflare/DataInjector/tree/master</url> </scm> <dependencies/> </project>