MVN

com.gettyio : getty-core

Maven & Gradle

Jan 09, 2022
7 usages
47 stars
<dependency>
    <groupId>com.gettyio</groupId>
    <artifactId>getty-core</artifactId>
    <version>1.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gettyio : getty-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.9
  • Latest Beta: 2.0.0-beta3

All Versions

Choose a version of com.gettyio : getty-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
getty-core-2.0.0-beta3
getty-core-2.0.0-beta2
getty-core-2.0.0-beta1
1.4.x
getty-core-1.4.9
getty-core-1.4.8
getty-core-1.4.7
getty-core-1.4.6
getty-core-1.4.5
getty-core-1.4.4
getty-core-1.4.3
getty-core-1.4.2
getty-core-1.4.1
getty-core-1.4.0
1.3.x
getty-core-1.3.7
getty-core-1.3.6
getty-core-1.3.5
getty-core-1.3.4
getty-core-1.3.3
getty-core-1.3.2
getty-core-1.3.1
getty-core-1.3.0
1.2.x
getty-core-1.2.4
getty-core-1.2.3
getty-core-1.2.2
getty-core-1.2.1
getty-core-1.2.0
1.1.x
getty-core-1.1.2
getty-core-1.1.1
1.1
getty-core-1.1
1.0
getty-core-1.0

How to add a dependency to Maven

Add the following com.gettyio : getty-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gettyio</groupId>
    <artifactId>getty-core</artifactId>
    <version>1.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gettyio : getty-core gradle dependency to your build.gradle file:

implementation 'com.gettyio:getty-core:1.4.9'

Gradle Kotlin DSL: Add the following com.gettyio : getty-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gettyio:getty-core:1.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gettyio : getty-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gettyio" % "getty-core" % "1.4.9"

Advertisement