META-INF.maven.com.github.ideahut.ideahut-springboot-source.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ideahut-springboot-3.1.6 Show documentation
Show all versions of ideahut-springboot-3.1.6 Show documentation
Ideahut Springboot-3.1.6 Library
The newest version!
<?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>com.github.ideahut</groupId> <artifactId>ideahut-springboot-source</artifactId> <version>0.0.1</version> <packaging>jar</packaging> <name>ideahut-springboot-source</name> <description>Ideahut Springboot Source (Dummy)</description> <url>https://github.com/ideahut-apps-team</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ideahut</id> <name>ideahut</name> <email></email> <organization>ideahut</organization> <organizationUrl>https://github.com/ideahut-apps-team</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> </developer> </developers> <properties> <maven.test.skip>true</maven.test.skip> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> <java.version>1.8</java.version> </properties> </project>