jwildcard
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yevdo</groupId>
<artifactId>jwildcard</artifactId>
<version>1.4</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yevdo</groupId>
<artifactId>jwildcard</artifactId>
<version>1.4</version>
<description>JWildcard - wildcard utilities for Java</description>
<name>JWildcard</name>
<url>https://github.com/alenon/JWildcard</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/alenon/JWildcard/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>alenon</id>
<name>Yevdo Abramov</name>
<email>lenon.abr@gmail.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/alenon/JWildcard</url>
</scm>
</project>