encoding
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>encoding</artifactId>
<version>0.1.13</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>encoding</artifactId>
<version>0.1.13</version>
<name>encoding</name>
<description>Convert encodings, uses iconv-lite</description>
<url>https://github.com/andris9/encoding#readme</url>
<organization>
<name>Andris Reinman</name>
<url>https://github.com/andris9/encoding#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>andris</name>
<email>andris@node.ee</email>
</developer>
</developers>
<scm>
<connection>https://github.com/andris9/encoding.git</connection>
<developerConnection>https://github.com/andris9/encoding.git</developerConnection>
<url>https://github.com/andris9/encoding</url>
</scm>
<issueManagement>
<url>https://github.com/andris9/encoding/issues</url>
</issueManagement>
<properties>
<org.mvnpm-iconv-lite.version>[0.6.2,0.7)</org.mvnpm-iconv-lite.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>iconv-lite</artifactId>
<version>${org.mvnpm-iconv-lite.version}</version>
</dependency>
</dependencies>
</project>