MVN

cn.godmao : getty

Maven & Gradle

Jul 15, 2023

_getty_

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>getty</artifactId>
    <version>1.1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.godmao : getty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4.3

All Versions

Choose a version of cn.godmao : getty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
getty-2.3.1.3
getty-2.3.1.2
getty-2.3.1.1
getty-2.3.1
getty-2.3.0
2.2.x
getty-2.2.27
getty-2.2.26
getty-2.2.25
getty-2.2.24
getty-2.2.23
getty-2.2.22
getty-2.2.21
getty-2.2.20
getty-2.2.12
getty-2.2.11
getty-2.2.9
getty-2.2.8.3
getty-2.2.8.2
getty-2.2.8.1
getty-2.2.8
getty-2.2.7
getty-2.2.6
getty-2.2.5
getty-2.2.4
getty-2.2.3.1
getty-2.2.3
getty-2.2.2
2.0.x
getty-2.0.0
1.1.x
getty-1.1.4.3
getty-1.1.4.2
getty-1.1.4.1
getty-1.1.4
getty-1.1.3
getty-1.1.2
getty-1.1.1
1.0.x
getty-1.0.0

How to add a dependency to Maven

Add the following cn.godmao : getty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>getty</artifactId>
    <version>1.1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.godmao : getty gradle dependency to your build.gradle file:

implementation 'cn.godmao:getty:1.1.4.3'

Gradle Kotlin DSL: Add the following cn.godmao : getty gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.godmao:getty:1.1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.godmao : getty sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.godmao" % "getty" % "1.1.4.3"

Advertisement