MVN

io.bitbucket.vfddevteam : utilities-and-generic-tools

Maven & Gradle

Jun 09, 2023

utilities-and-generic-tools · A utilities service with generic tools implementation. Can be plugged into your java project

<dependency>
    <groupId>io.bitbucket.vfddevteam</groupId>
    <artifactId>utilities-and-generic-tools</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitbucket.vfddevteam : utilities-and-generic-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of io.bitbucket.vfddevteam : utilities-and-generic-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
utilities-and-generic-tools-0.1.6
utilities-and-generic-tools-0.1.5
utilities-and-generic-tools-0.1.4
utilities-and-generic-tools-0.1.3
utilities-and-generic-tools-0.1.2
utilities-and-generic-tools-0.1.1
utilities-and-generic-tools-0.1.0
0.0.x
utilities-and-generic-tools-0.0.9
utilities-and-generic-tools-0.0.8
utilities-and-generic-tools-0.0.7
utilities-and-generic-tools-0.0.6
utilities-and-generic-tools-0.0.5
utilities-and-generic-tools-0.0.4
utilities-and-generic-tools-0.0.3
utilities-and-generic-tools-0.0.2
utilities-and-generic-tools-0.0.1

How to add a dependency to Maven

Add the following io.bitbucket.vfddevteam : utilities-and-generic-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bitbucket.vfddevteam</groupId>
    <artifactId>utilities-and-generic-tools</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitbucket.vfddevteam : utilities-and-generic-tools gradle dependency to your build.gradle file:

implementation 'io.bitbucket.vfddevteam:utilities-and-generic-tools:0.1.6'

Gradle Kotlin DSL: Add the following io.bitbucket.vfddevteam : utilities-and-generic-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitbucket.vfddevteam:utilities-and-generic-tools:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitbucket.vfddevteam : utilities-and-generic-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitbucket.vfddevteam" % "utilities-and-generic-tools" % "0.1.6"