elements
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.vscode-elements</groupId>
<artifactId>elements</artifactId>
<version>2.5.1</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.at.vscode-elements</groupId>
<artifactId>elements</artifactId>
<version>2.5.1</version>
<name>vscode-elements elements</name>
<description>Web components for creating Visual Studio Code extensions</description>
<url>https://vscode-elements.github.io</url>
<organization>
<name>bendera</name>
<url>https://vscode-elements.github.io</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>bendera</name>
<email>szoftverhiba@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/vscode-elements/elements.git</connection>
<developerConnection>https://github.com/vscode-elements/elements.git</developerConnection>
<url>https://github.com/vscode-elements/elements</url>
</scm>
<issueManagement>
<url>https://github.com/vscode-elements/elements/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.lit-context.version>[1.1.3,2)</org.mvnpm.at.lit-context.version>
<org.mvnpm.at.vscode-codicons.version>[0.0.40,)</org.mvnpm.at.vscode-codicons.version>
<org.mvnpm-lit.version>[3.2.1,4)</org.mvnpm-lit.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.lit</groupId>
<artifactId>context</artifactId>
<version>${org.mvnpm.at.lit-context.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>${org.mvnpm-lit.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.vscode</groupId>
<artifactId>codicons</artifactId>
<version>${org.mvnpm.at.vscode-codicons.version}</version>
</dependency>
</dependencies>
</project>