tom-select
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tom-select</artifactId>
<version>2.6.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</groupId>
<artifactId>tom-select</artifactId>
<version>2.6.1</version>
<name>tom-select</name>
<description>Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.</description>
<url>https://tom-select.js.org</url>
<organization>
<name>Josh Schmidt</name>
<url>https://tom-select.js.org</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>oyejorge</name>
<email>oyejorge@gmail.com</email>
</developer>
<developer>
<name>nwalters512</name>
<email>nwalters512@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/orchidjs/tom-select.git</connection>
<developerConnection>https://github.com/orchidjs/tom-select.git</developerConnection>
<url>https://github.com/orchidjs/tom-select</url>
</scm>
<issueManagement>
<url>https://github.com/orchidjs/tom-select/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.orchidjs-unicode-variants.version>[1.1.2,2)</org.mvnpm.at.orchidjs-unicode-variants.version>
<org.mvnpm.at.orchidjs-sifter.version>[1.1.0,2)</org.mvnpm.at.orchidjs-sifter.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.orchidjs</groupId>
<artifactId>sifter</artifactId>
<version>${org.mvnpm.at.orchidjs-sifter.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.orchidjs</groupId>
<artifactId>unicode-variants</artifactId>
<version>${org.mvnpm.at.orchidjs-unicode-variants.version}</version>
</dependency>
</dependencies>
</project>