Last Version

checked-exception-wrapper-gradle-plugin 0.1.1

gradle plugin to create wrapper classes that handle checked exceptions in libraries

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

eu.hinsch
ArtifactId

ArtifactId

checked-exception-wrapper-gradle-plugin
Version

Version

0.1.1
Type

Type

jar
Description

Description

checked-exception-wrapper-gradle-plugin
gradle plugin to create wrapper classes that handle checked exceptions in libraries
Project URL

Project URL

https://github.com/lukashinsch/checked-exception-wrapper-gradle-plugin/

Download checked-exception-wrapper-gradle-plugin 0.1.1


<!-- https://jarcasting.com/artifacts/eu.hinsch/checked-exception-wrapper-gradle-plugin/ -->
<dependency>
    <groupId>eu.hinsch</groupId>
    <artifactId>checked-exception-wrapper-gradle-plugin</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hinsch/checked-exception-wrapper-gradle-plugin/
implementation 'eu.hinsch:checked-exception-wrapper-gradle-plugin:0.1.1'
// https://jarcasting.com/artifacts/eu.hinsch/checked-exception-wrapper-gradle-plugin/
implementation ("eu.hinsch:checked-exception-wrapper-gradle-plugin:0.1.1")
'eu.hinsch:checked-exception-wrapper-gradle-plugin:jar:0.1.1'
<dependency org="eu.hinsch" name="checked-exception-wrapper-gradle-plugin" rev="0.1.1">
  <artifact name="checked-exception-wrapper-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hinsch', module='checked-exception-wrapper-gradle-plugin', version='0.1.1')
)
libraryDependencies += "eu.hinsch" % "checked-exception-wrapper-gradle-plugin" % "0.1.1"
[eu.hinsch/checked-exception-wrapper-gradle-plugin "0.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.2.1
com.github.javaparser : javaparser-core jar 2.0.0
commons-io : commons-io jar 1.4

Project Modules

There are no modules declared in this project.