MVN

org.st-js : stjs-maven-plugin

Maven & Gradle

Mar 28, 2023

Strongly-typed Javascript:Maven Plugin

<plugin>
    <groupId>org.st-js</groupId>
    <artifactId>stjs-maven-plugin</artifactId>
    <version>3.3.2.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.st-js : stjs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.3.2.2

All Versions

Choose a version of org.st-js : stjs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3.x
stjs-maven-plugin-3.3.2.2
stjs-maven-plugin-3.3.2-java8
stjs-maven-plugin-3.3.2
stjs-maven-plugin-3.3.1
stjs-maven-plugin-3.3.0
3.2.x
stjs-maven-plugin-3.2.2
stjs-maven-plugin-3.2.1
stjs-maven-plugin-3.2.0
3.1.x
stjs-maven-plugin-3.1.5
stjs-maven-plugin-3.1.4
stjs-maven-plugin-3.1.3
stjs-maven-plugin-3.1.2
stjs-maven-plugin-3.1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.st-js</groupId>
    <artifactId>stjs-maven-plugin</artifactId>
    <version>3.3.2.2</version>
</plugin>