rapidooo-compiler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.wangjiegulu</groupId> <artifactId>rapidooo-compiler</artifactId> <version>1.1.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.wangjiegulu</groupId> <artifactId>rapidooo-compiler</artifactId> <version>1.1.5</version> <name>rapidooo-compiler</name> <description>Android POJO Converter:Generate scalable and bindable domain objects java class file automatically in compile time.</description> <url>https://github.com/wangjiegulu/RapidOOO</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>wangjie</distribution> </license> </licenses> <developers> <developer> <id>wangjie</id> <name>Wang Jie</name> <email>tiantian.china.2@gmail.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:wangjiegulu/RapidOOO.git</connection> <developerConnection>git@github.com:wangjiegulu/RapidOOO.git</developerConnection> <url>scm:git@github.com:wangjiegulu/RapidOOO.git</url> </scm> <dependencies> <dependency> <groupId>com.github.wangjiegulu</groupId> <artifactId>rapidooo-api</artifactId> <version>1.1.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.auto.service</groupId> <artifactId>auto-service</artifactId> <version>1.0-rc2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.auto</groupId> <artifactId>auto-common</artifactId> <version>0.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup</groupId> <artifactId>javapoet</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>