MVN

io.github.whitemagic2014 : gpt-magic

Maven & Gradle

Aug 23, 2023
3 stars

gpt-magic · a java library for gptapi

<dependency>
    <groupId>io.github.whitemagic2014</groupId>
    <artifactId>gpt-magic</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.whitemagic2014 : gpt-magic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of io.github.whitemagic2014 : gpt-magic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
gpt-magic-1.7.0
1.6.x
gpt-magic-1.6.3
gpt-magic-1.6.2
gpt-magic-1.6.1
gpt-magic-1.6.0
1.5.x
gpt-magic-1.5.1
gpt-magic-1.5.0
1.4.x
gpt-magic-1.4.4
gpt-magic-1.4.3
gpt-magic-1.4.2
gpt-magic-1.4.1
1.4
gpt-magic-1.4
1.3.x
gpt-magic-1.3.3
gpt-magic-1.3.2
gpt-magic-1.3.1
1.3
gpt-magic-1.3
1.2
gpt-magic-1.2
1.1
gpt-magic-1.1
1.0
gpt-magic-1.0

How to add a dependency to Maven

Add the following io.github.whitemagic2014 : gpt-magic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.whitemagic2014</groupId>
    <artifactId>gpt-magic</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.whitemagic2014 : gpt-magic gradle dependency to your build.gradle file:

implementation 'io.github.whitemagic2014:gpt-magic:1.7.0'

Gradle Kotlin DSL: Add the following io.github.whitemagic2014 : gpt-magic gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.whitemagic2014:gpt-magic:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.whitemagic2014 : gpt-magic sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.whitemagic2014" % "gpt-magic" % "1.7.0"