mos-plugin-markdownscript
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mos-plugin-markdownscript</artifactId>
<version>2.1.2</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>mos-plugin-markdownscript</artifactId>
<version>2.1.2</version>
<name>mos-plugin-markdownscript</name>
<description>A [mos](https://github.com/mosjs/mos) plugin that adds markownscript helpers to the markdown scope</description>
<url>https://github.com/mosjs/mos-plugin-markdownscript#readme</url>
<organization>
<name>Zoltan Kochan</name>
<url>https://github.com/mosjs/mos-plugin-markdownscript#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>zkochan</name>
<email>zoltan.kochan@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mosjs/mos/tree/master/packages/mos-plugin-markdownscript.git</connection>
<developerConnection>https://github.com/mosjs/mos/tree/master/packages/mos-plugin-markdownscript.git</developerConnection>
<url>https://github.com/mosjs/mos/tree/master/packages/mos-plugin-markdownscript</url>
</scm>
<issueManagement>
<url>https://github.com/mosjs/mos-plugin-markdownscript/issues</url>
</issueManagement>
<properties>
<org.mvnpm-markdownscript.version>[1.3.0,2)</org.mvnpm-markdownscript.version>
<org.mvnpm-babel-runtime.version>[6.9.0,7)</org.mvnpm-babel-runtime.version>
<org.mvnpm-reserved-words.version>[0.1.1,0.2)</org.mvnpm-reserved-words.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>babel-runtime</artifactId>
<version>${org.mvnpm-babel-runtime.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>markdownscript</artifactId>
<version>${org.mvnpm-markdownscript.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>reserved-words</artifactId>
<version>${org.mvnpm-reserved-words.version}</version>
</dependency>
</dependencies>
</project>