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