MVN

com.google.code.sbtrun-maven-plugin : sbtrun-maven-plugin

Maven & Gradle

May 07, 2017
5 stars

SBT Runner Maven Plugin · SBT Runner Maven Plugin

<plugin>
    <groupId>com.google.code.sbtrun-maven-plugin</groupId>
    <artifactId>sbtrun-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.sbtrun-maven-plugin : sbtrun-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Beta: 1.0.0-beta4
  • Latest Alpha: 1.0.0-alpha1

All Versions

Choose a version of com.google.code.sbtrun-maven-plugin : sbtrun-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
sbtrun-maven-plugin-1.0.1
sbtrun-maven-plugin-1.0.0
sbtrun-maven-plugin-1.0.0-beta4
sbtrun-maven-plugin-1.0.0-beta3
sbtrun-maven-plugin-1.0.0-beta2
sbtrun-maven-plugin-1.0.0-beta1
sbtrun-maven-plugin-1.0.0-alpha1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.google.code.sbtrun-maven-plugin</groupId>
    <artifactId>sbtrun-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement