convert-source-map
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>convert-source-map</artifactId>
<version>0.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</groupId>
<artifactId>convert-source-map</artifactId>
<version>0.5.1</version>
<name>convert-source-map</name>
<description>Converts a source-map from/to different formats and allows adding/changing properties.</description>
<url>https://github.com/thlorenz/convert-source-map</url>
<organization>
<name>Thorsten Lorenz</name>
<url>https://github.com/thlorenz/convert-source-map</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>thlorenz</name>
<email>thlorenz@gmx.de</email>
</developer>
</developers>
<scm>
<connection>git://github.com/thlorenz/convert-source-map.git</connection>
<developerConnection>git://github.com/thlorenz/convert-source-map.git</developerConnection>
<url>git://github.com/thlorenz/convert-source-map</url>
</scm>
<issueManagement>
<url>https://github.com/thlorenz/convert-source-map/issues</url>
</issueManagement>
</project>