MVN

org.softsmithy.devlib : softsmithy-devlib-core

Maven & Gradle

Dec 03, 2019
5 usages
4 stars

SoftSmithy Development Utility Library - Core · A Java development utility library.

<dependency>
    <groupId>org.softsmithy.devlib</groupId>
    <artifactId>softsmithy-devlib-core</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.softsmithy.devlib : softsmithy-devlib-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of org.softsmithy.devlib : softsmithy-devlib-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
softsmithy-devlib-core-2.1.1
2.1
softsmithy-devlib-core-2.1
2.0
softsmithy-devlib-core-2.0
1.1.x
softsmithy-devlib-core-1.1.1
1.0
softsmithy-devlib-core-1.0
0.9
softsmithy-devlib-core-0.9
0.8
softsmithy-devlib-core-0.8
0.7
softsmithy-devlib-core-0.7
0.6
softsmithy-devlib-core-0.6
0.5
softsmithy-devlib-core-0.5
0.4
softsmithy-devlib-core-0.4
0.3
softsmithy-devlib-core-0.3
0.2
softsmithy-devlib-core-0.2

How to add a dependency to Maven

Add the following org.softsmithy.devlib : softsmithy-devlib-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.softsmithy.devlib</groupId>
    <artifactId>softsmithy-devlib-core</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.softsmithy.devlib : softsmithy-devlib-core gradle dependency to your build.gradle file:

implementation 'org.softsmithy.devlib:softsmithy-devlib-core:2.1.1'

Gradle Kotlin DSL: Add the following org.softsmithy.devlib : softsmithy-devlib-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.softsmithy.devlib:softsmithy-devlib-core:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.softsmithy.devlib : softsmithy-devlib-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.softsmithy.devlib" % "softsmithy-devlib-core" % "2.1.1"

Advertisement