premex-lint-checks
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>se.premex.premex-lints</groupId>
<artifactId>premex-lint-checks</artifactId>
<version>0.1.0</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>se.premex.premex-lints</groupId>
<artifactId>premex-lint-checks</artifactId>
<version>0.1.0</version>
<name>premex-lint-checks</name>
<description>Firebase Compose</description>
<url>https://github.com/premex-ab/lint</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://opensource.org/licenses/Apache-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>warting</id>
<name>Stefan Wärting</name>
<email>stefan@warting.se</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:premex-ab/lint.git</connection>
<developerConnection>scm:git:ssh://github.com/premex-ab/lint.git</developerConnection>
<url>https://github.com/premex-ab/lint/tree/main</url>
</scm>
</project>