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-1.1.2.0.jar download
core-1.1.2.0.pom download
core-1.1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.legyver</groupId>
  <artifactId>core</artifactId>
  <version>1.1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.legyver:core:1.1.2.0'
Gradle Kotlin
implementation("com.legyver:core:1.1.2.0")
Scala SBT
libraryDependencies += "com.legyver" % "core" % "1.1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.legyver', module='core', version='1.1.2.0')
)
Apache Ivy
<dependency org="com.legyver" name="core" rev="1.1.2.0" />
Leiningen
[com.legyver/core "1.1.2.0"]
Apache Buildr
'com.legyver:core:jar:1.1.2.0'
Dependencies
The project has no third-party dependencies