MVN

org.dmfs : jems

Maven & Gradle

Apr 06, 2021
21 usages

jems · Java gems, a collection of Java utilities.

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>jems</artifactId>
    <version>1.44</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.44

All Versions

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

  • Version Updated
  • jems-1.44

    Apr 06, 2021
  • jems-1.43

    Oct 19, 2020
  • jems-1.41

    Aug 05, 2020
  • jems-1.40

    Jul 30, 2020
  • jems-1.39

    Jul 19, 2020
  • jems-1.38

    Jul 09, 2020
  • jems-1.37

    Jun 04, 2020
  • jems-1.36

    Jun 01, 2020
  • jems-1.35

    May 29, 2020
  • jems-1.34

    Feb 21, 2020
  • jems-1.33

    Jan 17, 2020
  • jems-1.32

    Jan 03, 2020
  • jems-1.31

    Dec 23, 2019
  • jems-1.30

    Dec 21, 2019
  • jems-1.29

    Dec 20, 2019
  • jems-1.28

    Dec 20, 2019
  • jems-1.27

    Dec 18, 2019
  • jems-1.26

    Nov 05, 2019
  • jems-1.25

    Sep 11, 2019
  • jems-1.24

    Aug 09, 2019
  • jems-1.23

    Jun 12, 2019
  • jems-1.22

    Jun 04, 2019
  • jems-1.21

    Jun 04, 2019
  • jems-1.20

    Jun 03, 2019
  • jems-1.19

    May 20, 2019
  • jems-1.18

    Aug 06, 2018
  • jems-1.17

    Jul 13, 2018
  • jems-1.16

    Feb 12, 2018
  • jems-1.15

    Dec 11, 2017
  • jems-1.14

    Nov 24, 2017
  • jems-1.13

    Nov 13, 2017
  • jems-1.12

    Nov 09, 2017
  • jems-1.11

    Nov 03, 2017
  • jems-1.10

    Oct 13, 2017
  • jems-1.9

    Sep 28, 2017
  • jems-1.8

    Aug 29, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>jems</artifactId>
    <version>1.44</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.dmfs:jems:1.44'

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

implementation("org.dmfs:jems:1.44")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.dmfs" % "jems" % "1.44"