MVN

net.sf.javagimmicks : gimmicks-core

Maven & Gradle

Sep 18, 2017
9 usages
0 stars

JavaGimmicks - Core · Core utilities for many basic programming purposes

<dependency>
    <groupId>net.sf.javagimmicks</groupId>
    <artifactId>gimmicks-core</artifactId>
    <version>0.98</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.javagimmicks : gimmicks-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.98
  • Latest Alpha: 0.99-alpha1

All Versions

Choose a version of net.sf.javagimmicks : gimmicks-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • gimmicks-core-0.99-alpha1

    Sep 18, 2017
  • gimmicks-core-0.98

    Sep 15, 2017
  • gimmicks-core-0.97

    Dec 17, 2013
  • gimmicks-core-0.96

    Nov 10, 2013
  • gimmicks-core-0.95

    Oct 22, 2013
  • gimmicks-core-0.90

    Oct 05, 2013

How to add a dependency to Maven

Add the following net.sf.javagimmicks : gimmicks-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.javagimmicks</groupId>
    <artifactId>gimmicks-core</artifactId>
    <version>0.98</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.javagimmicks : gimmicks-core gradle dependency to your build.gradle file:

implementation 'net.sf.javagimmicks:gimmicks-core:0.98'

Gradle Kotlin DSL: Add the following net.sf.javagimmicks : gimmicks-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.javagimmicks:gimmicks-core:0.98")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.javagimmicks : gimmicks-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.javagimmicks" % "gimmicks-core" % "0.98"