MVN

org.jbasics : jbasics

Maven & Gradle

Jun 25, 2018
2 usages
6 stars

jBasics · jBasics is a collection of useful utility classes for Java. This includes helper for XML, mathematic functions, restful web services helper, pattern oriented programming interfaces and more. Currently Java7 and up is supported. Version 1.0 will required at leaset Java8.

<dependency>
    <groupId>org.jbasics</groupId>
    <artifactId>jbasics</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbasics : jbasics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.jbasics : jbasics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jbasics-2.0.0
jbasics-2.0.0p3
jbasics-2.0.0p2
jbasics-2.0.0p1
1.0.x
jbasics-1.0.0
0.86.x
jbasics-0.86.0
0.85.x
jbasics-0.85.0
0.84.x
jbasics-0.84.0
0.83.x
jbasics-0.83.0
0.82.x
jbasics-0.82.0
0.81.x
jbasics-0.81.0
0.80.x
jbasics-0.80.0
0.7.x
jbasics-0.7.1
jbasics-0.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jbasics</groupId>
    <artifactId>jbasics</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jbasics : jbasics gradle dependency to your build.gradle file:

implementation 'org.jbasics:jbasics:2.0.0'

Gradle Kotlin DSL: Add the following org.jbasics : jbasics gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jbasics:jbasics:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jbasics : jbasics sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jbasics" % "jbasics" % "2.0.0"

Advertisement