Files download
File Operation
library-0.0.2.jar download
library-0.0.2.pom download
library-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.masterarbeit-2023</groupId>
  <artifactId>library</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.masterarbeit-2023:library:0.0.2'
Gradle Kotlin
implementation("io.github.masterarbeit-2023:library:0.0.2")
Scala SBT
libraryDependencies += "io.github.masterarbeit-2023" % "library" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.masterarbeit-2023', module='library', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.masterarbeit-2023" name="library" rev="0.0.2" />
Leiningen
[io.github.masterarbeit-2023/library "0.0.2"]
Apache Buildr
'io.github.masterarbeit-2023:library:jar:0.0.2'