MVN

io.github.whitemagic2014 : gpt-magic-plus

Maven & Gradle

Aug 11, 2023
0 stars

gpt-magic-plus · java gpt chat service code

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

Latest Version

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

  • Latest Stable: 1.2.1

All Versions

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

Version Vulnerabilities Updated
1.2.x
gpt-magic-plus-1.2.1
gpt-magic-plus-1.2.0
1.1.x
gpt-magic-plus-1.1.14
gpt-magic-plus-1.1.13
gpt-magic-plus-1.1.12
gpt-magic-plus-1.1.11
gpt-magic-plus-1.1.10
gpt-magic-plus-1.1.9
gpt-magic-plus-1.1.8
gpt-magic-plus-1.1.7
gpt-magic-plus-1.1.6
gpt-magic-plus-1.1.5
gpt-magic-plus-1.1.4
gpt-magic-plus-1.1.3
gpt-magic-plus-1.1.2
gpt-magic-plus-1.1.1
gpt-magic-plus-1.1.0
1.0.x
gpt-magic-plus-1.0.6
gpt-magic-plus-1.0.5
gpt-magic-plus-1.0.4
gpt-magic-plus-1.0.3
gpt-magic-plus-1.0.2
gpt-magic-plus-1.0.1
gpt-magic-plus-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.github.whitemagic2014:gpt-magic-plus:1.2.1'

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

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

How to add a dependency to SBT Scala

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

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