c

core

Checked Exceptions and Throwing Functions/Consumers/Suppliers common to Legyver libraries
https://github.com/Legyver/core
The Apache License, Version 2.0
Ben Arnold
Files download
File Operation
core-2.1.0.jar download
core-2.1.0.pom download
core-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.legyver</groupId>
  <artifactId>core</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.legyver:core:2.1.0'
Gradle Kotlin
implementation("com.legyver:core:2.1.0")
Scala SBT
libraryDependencies += "com.legyver" % "core" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.legyver', module='core', version='2.1.0')
)
Apache Ivy
<dependency org="com.legyver" name="core" rev="2.1.0" />
Leiningen
[com.legyver/core "2.1.0"]
Apache Buildr
'com.legyver:core:jar:2.1.0'
Dependencies
The project has no third-party dependencies