Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.robtimus</groupId> <artifactId>throwing-functions</artifactId> <version>1.0</version> </dependency>
Apache Ivy
<dependency org="com.github.robtimus" name="throwing-functions" rev="1.0"> <artifact name="throwing-functions" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.robtimus', module='throwing-functions', version='1.0') )
Gradle/Grails
implementation 'com.github.robtimus:throwing-functions:1.0'
Scala SBT
libraryDependencies += "com.github.robtimus" % "throwing-functions" % "1.0"
Leiningen
[com.github.robtimus/throwing-functions "1.0"]
