MVN

com.github.subchen : jetbrick-commons

Maven & Gradle

May 05, 2023
5 usages
4 stars

jetbrick-commons · jetbrick utility classes

<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-commons</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.subchen : jetbrick-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.github.subchen : jetbrick-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jetbrick-commons-2.2.0
2.1.x
jetbrick-commons-2.1.9
jetbrick-commons-2.1.8
jetbrick-commons-2.1.7
jetbrick-commons-2.1.6
jetbrick-commons-2.1.5
jetbrick-commons-2.1.4
jetbrick-commons-2.1.3
jetbrick-commons-2.1.2
jetbrick-commons-2.1.1
jetbrick-commons-2.1.0
2.0.x
jetbrick-commons-2.0.6
jetbrick-commons-2.0.5
jetbrick-commons-2.0.4
jetbrick-commons-2.0.3
jetbrick-commons-2.0.2
jetbrick-commons-2.0.1
2.0
jetbrick-commons-2.0
1.0.x
jetbrick-commons-1.0.5
jetbrick-commons-1.0.4
jetbrick-commons-1.0.3
jetbrick-commons-1.0.2
jetbrick-commons-1.0.1
jetbrick-commons-1.0.0

How to add a dependency to Maven

Add the following com.github.subchen : jetbrick-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-commons</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.subchen : jetbrick-commons gradle dependency to your build.gradle file:

implementation 'com.github.subchen:jetbrick-commons:2.2.0'

Gradle Kotlin DSL: Add the following com.github.subchen : jetbrick-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.subchen:jetbrick-commons:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.subchen : jetbrick-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.subchen" % "jetbrick-commons" % "2.2.0"

Advertisement