dk.mada.style.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dk.mada.style</groupId> <artifactId>dk.mada.style.gradle.plugin</artifactId> <version>1.1.3</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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>dk.mada.style</groupId> <artifactId>dk.mada.style.gradle.plugin</artifactId> <version>1.1.3</version> <packaging>pom</packaging> <name>Plugin for enforcing java dk.mada coding style</name> <description>A plugin that sets up null-checking and code formatting style for dk.mada development.</description> <url>https://github.com/jskov/mada-style-gradle</url> <licenses> <license> <name>Licensed under the EUPL-1.2-or-later</name> <url>https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt</url> </license> </licenses> <developers> <developer> <id>jskov</id> <name>Jesper Skov</name> <email>jskov@mada.dk</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/jskov/mada-style-gradle.git</connection> <developerConnection>scm:git:ssh://github.com:jskov/mada-style-gradle.git</developerConnection> <url>https://github.com/jskov/mada-style-gradle/</url> </scm> <dependencies> <dependency> <groupId>dk.mada.style</groupId> <artifactId>mada-style-gradle</artifactId> <version>1.1.3</version> </dependency> </dependencies> </project>