MVN

com.wiris.plugin : wirisplugin-api

Maven & Gradle

Mar 26, 2012

WIRIS plugin API · The WIRIS plugin API for Java

<dependency>
    <groupId>com.wiris.plugin</groupId>
    <artifactId>wirisplugin-api</artifactId>
    <version>1.17.17.0415</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wiris.plugin : wirisplugin-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.17.0415

All Versions

Choose a version of com.wiris.plugin : wirisplugin-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
wirisplugin-api-1.17.17.0415

How to add a dependency to Maven

Add the following com.wiris.plugin : wirisplugin-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wiris.plugin</groupId>
    <artifactId>wirisplugin-api</artifactId>
    <version>1.17.17.0415</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wiris.plugin : wirisplugin-api gradle dependency to your build.gradle file:

implementation 'com.wiris.plugin:wirisplugin-api:1.17.17.0415'

Gradle Kotlin DSL: Add the following com.wiris.plugin : wirisplugin-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wiris.plugin:wirisplugin-api:1.17.17.0415")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wiris.plugin : wirisplugin-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wiris.plugin" % "wirisplugin-api" % "1.17.17.0415"

Advertisement