Fork me on GitHub

Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.github.davidwhitlock.joy.original</groupId>
  <artifactId>student</artifactId>
  <version>2.3.5</version>
</dependency>

Apache Ivy

<dependency org="io.github.davidwhitlock.joy.original" name="student" rev="2.3.5">
  <artifact name="student" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.davidwhitlock.joy.original', module='student', version='2.3.5')
)

Gradle/Grails

implementation 'io.github.davidwhitlock.joy.original:student:2.3.5'

Scala SBT

libraryDependencies += "io.github.davidwhitlock.joy.original" % "student" % "2.3.5"

Leiningen

[io.github.davidwhitlock.joy.original/student "2.3.5"]