icons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.codexteam</groupId> <artifactId>icons</artifactId> <version>0.3.3</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.codexteam</groupId> <artifactId>icons</artifactId> <version>0.3.3</version> <name>codexteam icons</name> <description>Dozens of cute icons made with love by CodeX for your projects.</description> <url>https://github.com/codex-team/icon-pack</url> <organization> <name>codexteam icons</name> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>dsnostr</name> <email>ntpcp@yandex.ru</email> </developer> <developer> <name>codex-team</name> <email>team@codex.so</email> </developer> <developer> <name>khaydarovm</name> <email>murod.haydarov@gmail.com</email> </developer> <developer> <name>slaveeks</name> <email>chernyshev2001@icloud.com</email> </developer> </developers> <scm> <connection>https://github.com/codex-team/icon-pack.git</connection> <developerConnection>https://github.com/codex-team/icon-pack.git</developerConnection> <url>https://github.com/codex-team/icon-pack</url> </scm> </project>