MVN

com.jenmaarai : sidekick

Maven & Gradle

Nov 19, 2016

Sidekick · A collection of helper classes geared toward accelerating the creation of small desktop applications by delegating common functionnalities like localization

<dependency>
    <groupId>com.jenmaarai</groupId>
    <artifactId>sidekick</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jenmaarai : sidekick to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of com.jenmaarai : sidekick to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
sidekick-2.5
2.4
sidekick-2.4
2.3
sidekick-2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jenmaarai</groupId>
    <artifactId>sidekick</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jenmaarai : sidekick gradle dependency to your build.gradle file:

implementation 'com.jenmaarai:sidekick:2.5'

Gradle Kotlin DSL: Add the following com.jenmaarai : sidekick gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jenmaarai:sidekick:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jenmaarai : sidekick sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jenmaarai" % "sidekick" % "2.5"

Advertisement