MVN

com.sword-group.bizdock.lib : maf-defaultplugins-extension

Maven & Gradle

Oct 05, 2018
1 usages
3 stars

BizDock default widgets and plugins · This module contains the default widgets and plugins for BizDock

<dependency>
    <groupId>com.sword-group.bizdock.lib</groupId>
    <artifactId>maf-defaultplugins-extension</artifactId>
    <version>17.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sword-group.bizdock.lib : maf-defaultplugins-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.3

All Versions

Choose a version of com.sword-group.bizdock.lib : maf-defaultplugins-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0.x
maf-defaultplugins-extension-17.0.3
maf-defaultplugins-extension-17.0.2
maf-defaultplugins-extension-17.0.1
maf-defaultplugins-extension-17.0.0
16.4.x
maf-defaultplugins-extension-16.4.2
maf-defaultplugins-extension-16.4.1
maf-defaultplugins-extension-16.4.0
16.3.x
maf-defaultplugins-extension-16.3.0
16.2.x
maf-defaultplugins-extension-16.2.3
maf-defaultplugins-extension-16.2.2
maf-defaultplugins-extension-16.2.1
maf-defaultplugins-extension-16.2.0
16.1.x
maf-defaultplugins-extension-16.1.2
maf-defaultplugins-extension-16.1.1
maf-defaultplugins-extension-16.1.0

How to add a dependency to Maven

Add the following com.sword-group.bizdock.lib : maf-defaultplugins-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sword-group.bizdock.lib</groupId>
    <artifactId>maf-defaultplugins-extension</artifactId>
    <version>17.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sword-group.bizdock.lib : maf-defaultplugins-extension gradle dependency to your build.gradle file:

implementation 'com.sword-group.bizdock.lib:maf-defaultplugins-extension:17.0.3'

Gradle Kotlin DSL: Add the following com.sword-group.bizdock.lib : maf-defaultplugins-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sword-group.bizdock.lib:maf-defaultplugins-extension:17.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sword-group.bizdock.lib : maf-defaultplugins-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sword-group.bizdock.lib" % "maf-defaultplugins-extension" % "17.0.3"

Advertisement