qr-code-element
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>qr-code-element</artifactId>
<version>0.1.0</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>
<groupId>org.mvnpm</groupId>
<artifactId>qr-code-element</artifactId>
<version>0.1.0</version>
<name>qr-code-element</name>
<description>QR-Code WebComponent based on Project Nayuki Qr Code Library</description>
<url>https://github.com/CICCIOSGAMINO/qr-code-element#readme</url>
<organization>
<name>@cicciosgamino</name>
<url>https://github.com/CICCIOSGAMINO/qr-code-element#readme</url>
</organization>
<licenses>
<license>
<name>GPL-3.0</name>
</license>
</licenses>
<developers>
<developer>
<name>cicciosgamino</name>
<email>marco.canali@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/CICCIOSGAMINO/qr-code-element.git</connection>
<developerConnection>https://github.com/CICCIOSGAMINO/qr-code-element.git</developerConnection>
<url>https://github.com/CICCIOSGAMINO/qr-code-element</url>
</scm>
<issueManagement>
<url>https://github.com/CICCIOSGAMINO/qr-code-element/issues</url>
</issueManagement>
<properties>
<org.mvnpm-lit.version>[3.3.1,)</org.mvnpm-lit.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>${org.mvnpm-lit.version}</version>
</dependency>
</dependencies>
</project>