spring-javaformat-formatter-eclipse-jdk11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.spring.javaformat</groupId> <artifactId>spring-javaformat-formatter-eclipse-jdk11</artifactId> <version>0.0.41</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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> <parent> <groupId>io.spring.javaformat</groupId> <artifactId>spring-javaformat</artifactId> <version>0.0.41</version> </parent> <groupId>io.spring.javaformat</groupId> <artifactId>spring-javaformat-formatter-eclipse-jdk11</artifactId> <version>0.0.41</version> <packaging>eclipse-plugin</packaging> <name>Spring JavaFormat Eclipse JDK-11</name> <description>Spring JavaFormat</description> <url>https://github.com/spring-io/spring-javaformat/spring-javaformat/spring-javaformat-formatter-eclipse-jdk11/</url> <licenses> <license> <name>Eclipse Public License, Version 1.0</name> <url>https://www.eclipse.org/legal/epl-v10.html</url> </license> </licenses> <developers> <developer> <name>Pivotal</name> <email>info@pivotal.io</email> <organization>Pivotal Software, Inc.</organization> <organizationUrl>https://www.spring.io</organizationUrl> </developer> </developers> <scm> <url>https://github.com/spring-io/spring-javaformat/spring-javaformat/spring-javaformat-formatter-eclipse-jdk11</url> </scm> <dependencies> <dependency> <groupId>io.spring.javaformat</groupId> <artifactId>spring-javaformat-formatter-eclipse-rewriter</artifactId> <version>0.0.41</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.8.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.6.28</version> <scope>test</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.prefs</artifactId> <version>1.1.2</version> <scope>compile</scope> <optional>false</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-maven-plugin</artifactId> <version>3.0.1</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>