java-compile
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.avaje.tile</groupId> <artifactId>java-compile</artifactId> <version>8</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.avaje.tile</groupId> <artifactId>java-compile</artifactId> <version>8</version> <packaging>tile</packaging> <parent> <groupId>org.avaje</groupId> <artifactId>java8-oss</artifactId> <version>2.1</version> </parent> <scm> <developerConnection>scm:git:git@github.com:avaje-pom/tile-java-compile.git</developerConnection> <tag>java-compile-8</tag> </scm> <build> <plugins> <plugin> <groupId>io.repaint.maven</groupId> <artifactId>tiles-maven-plugin</artifactId> <version>2.15</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>