MVN

pl.sparkbit : sparkbit-commons

Maven & Gradle

Mar 06, 2023
1 usages
0 stars

pl.sparkbit:sparkbit-commons · A library that provides various common functionalities for typical REST API applications created using Spring Boot

<dependency>
    <groupId>pl.sparkbit</groupId>
    <artifactId>sparkbit-commons</artifactId>
    <version>2.0.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.sparkbit : sparkbit-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.48

All Versions

Choose a version of pl.sparkbit : sparkbit-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sparkbit-commons-2.0.48
sparkbit-commons-2.0.47
sparkbit-commons-2.0.46
sparkbit-commons-2.0.45
sparkbit-commons-2.0.44
sparkbit-commons-2.0.43
sparkbit-commons-2.0.42
sparkbit-commons-2.0.41
sparkbit-commons-2.0.40
sparkbit-commons-2.0.39
sparkbit-commons-2.0.38
sparkbit-commons-2.0.37
sparkbit-commons-2.0.36
sparkbit-commons-2.0.35
sparkbit-commons-2.0.34
sparkbit-commons-2.0.33
sparkbit-commons-2.0.32
sparkbit-commons-2.0.31
sparkbit-commons-2.0.30
sparkbit-commons-2.0.29
sparkbit-commons-2.0.28
sparkbit-commons-2.0.27
sparkbit-commons-2.0.26
sparkbit-commons-2.0.24
sparkbit-commons-2.0.23
sparkbit-commons-2.0.22

How to add a dependency to Maven

Add the following pl.sparkbit : sparkbit-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.sparkbit</groupId>
    <artifactId>sparkbit-commons</artifactId>
    <version>2.0.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.sparkbit : sparkbit-commons gradle dependency to your build.gradle file:

implementation 'pl.sparkbit:sparkbit-commons:2.0.48'

Gradle Kotlin DSL: Add the following pl.sparkbit : sparkbit-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.sparkbit:sparkbit-commons:2.0.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.sparkbit : sparkbit-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.sparkbit" % "sparkbit-commons" % "2.0.48"

Advertisement