MVN

io.github.informalin.framework : common

Maven & Gradle

Mar 21, 2023
3 stars

Common Utilities

<dependency>
    <groupId>io.github.informalin.framework</groupId>
    <artifactId>common</artifactId>
    <version>0.11.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.informalin.framework : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.6

All Versions

Choose a version of io.github.informalin.framework : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
common-0.11.6
common-0.11.5
common-0.11.4
common-0.11.3
common-0.11.2
common-0.11.1
common-0.11.0
0.10.x
common-0.10.0
0.9.x
common-0.9.2
common-0.9.1
common-0.9.0
0.8.x
common-0.8.1
common-0.8.0
0.7.x
common-0.7.1
0.7
common-0.7
0.6
common-0.6
0.5
common-0.5

How to add a dependency to Maven

Add the following io.github.informalin.framework : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.informalin.framework</groupId>
    <artifactId>common</artifactId>
    <version>0.11.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.informalin.framework : common gradle dependency to your build.gradle file:

implementation 'io.github.informalin.framework:common:0.11.6'

Gradle Kotlin DSL: Add the following io.github.informalin.framework : common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.informalin.framework:common:0.11.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.informalin.framework : common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.informalin.framework" % "common" % "0.11.6"