MVN

com.sword-group.bizdock.lib : app-framework

Maven & Gradle

Oct 05, 2018
3 usages
3 stars

BizDock application framework · This is the common library which contains the web application framework for BizDock

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

Latest Version

Choose a version of com.sword-group.bizdock.lib : app-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.3

All Versions

Choose a version of com.sword-group.bizdock.lib : app-framework to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sword-group.bizdock.lib</groupId>
    <artifactId>app-framework</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 : app-framework gradle dependency to your build.gradle file:

implementation 'com.sword-group.bizdock.lib:app-framework:17.0.3'

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

implementation("com.sword-group.bizdock.lib:app-framework:17.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sword-group.bizdock.lib" % "app-framework" % "17.0.3"

Advertisement