MVN

com.github.swiftech : swiftboot-utils

Maven & Gradle

Aug 13, 2023
6 usages
8 stars

Utils library for enterprise applications

<dependency>
    <groupId>com.github.swiftech</groupId>
    <artifactId>swiftboot-utils</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.swiftech : swiftboot-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.2
  • Latest Beta: 1.3-beta3

All Versions

Choose a version of com.github.swiftech : swiftboot-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
swiftboot-utils-2.4.2
swiftboot-utils-2.4.1
2.4
swiftboot-utils-2.4
2.3.x
swiftboot-utils-2.3.1
2.3
swiftboot-utils-2.3
2.2.x
swiftboot-utils-2.2.1
2.2
swiftboot-utils-2.2
2.1.x
swiftboot-utils-2.1.1
2.1
swiftboot-utils-2.1
2.0.x
swiftboot-utils-2.0.2
swiftboot-utils-2.0.1
swiftboot-utils-2.0.0
1.3
swiftboot-utils-1.3-beta3
swiftboot-utils-1.3-beta2
swiftboot-utils-1.3-beta1
1.2.x
swiftboot-utils-1.2.1
1.2
swiftboot-utils-1.2
1.1.x
swiftboot-utils-1.1.1
1.1
swiftboot-utils-1.1
1.0.x
swiftboot-utils-1.0.14
swiftboot-utils-1.0.13

How to add a dependency to Maven

Add the following com.github.swiftech : swiftboot-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.swiftech</groupId>
    <artifactId>swiftboot-utils</artifactId>
    <version>2.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.swiftech : swiftboot-utils gradle dependency to your build.gradle file:

implementation 'com.github.swiftech:swiftboot-utils:2.4.2'

Gradle Kotlin DSL: Add the following com.github.swiftech : swiftboot-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.swiftech:swiftboot-utils:2.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.swiftech : swiftboot-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.swiftech" % "swiftboot-utils" % "2.4.2"

Advertisement