Dependency Information

Apache Maven

<dependency>
  <groupId>net.stoerr.chatgpt</groupId>
  <artifactId>co-developer-gpt-engine</artifactId>
  <version>3.0.2</version>
</dependency>

Apache Ivy

<dependency org="net.stoerr.chatgpt" name="co-developer-gpt-engine" rev="3.0.2">
  <artifact name="co-developer-gpt-engine" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.stoerr.chatgpt', module='co-developer-gpt-engine', version='3.0.2')
)

Gradle/Grails

implementation 'net.stoerr.chatgpt:co-developer-gpt-engine:3.0.2'

Scala SBT

libraryDependencies += "net.stoerr.chatgpt" % "co-developer-gpt-engine" % "3.0.2"

Leiningen

[net.stoerr.chatgpt/co-developer-gpt-engine "3.0.2"]