DevEnvironmentCompilerRelease
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.afkt</groupId> <artifactId>DevEnvironmentCompilerRelease</artifactId> <version>1.1.7</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.afkt</groupId> <artifactId>DevEnvironmentCompilerRelease</artifactId> <version>1.1.7</version> <name>DevEnvironmentCompilerRelease</name> <description>DevEnvironmentCompilerRelease:1.1.7 publish</description> <url>https://github.com/afkT/DevUtils</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>jtongttt</id> <name>ChenJiaTong</name> <email>jtongttt@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/afkT/DevUtils.git</connection> <developerConnection>https://github.com/afkT/DevUtils.git</developerConnection> <url>https://github.com/afkT/DevUtils</url> </scm> <dependencies> <dependency> <groupId>com.squareup</groupId> <artifactId>javapoet</artifactId> <version>1.13.0</version> </dependency> <dependency> <groupId>io.github.afkt</groupId> <artifactId>DevEnvironmentBase</artifactId> <version>1.1.7</version> </dependency> </dependencies> </project>