License |
License |
---|---|
GroupId | GroupIdcom.github.cuzfrog |
ArtifactId | ArtifactIdunchecked |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionunchecked
Functionally uncheck exceptions at compile time.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unchecked-1.0.pom | |
unchecked-1.0.jar | 7 KB |
unchecked-1.0-sources.jar | 3 KB |
unchecked-1.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cuzfrog/unchecked/ -->
<dependency>
<groupId>com.github.cuzfrog</groupId>
<artifactId>unchecked</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cuzfrog/unchecked/
implementation 'com.github.cuzfrog:unchecked:1.0'
// https://jarcasting.com/artifacts/com.github.cuzfrog/unchecked/
implementation ("com.github.cuzfrog:unchecked:1.0")
'com.github.cuzfrog:unchecked:jar:1.0'
<dependency org="com.github.cuzfrog" name="unchecked" rev="1.0">
<artifact name="unchecked" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cuzfrog', module='unchecked', version='1.0')
)
libraryDependencies += "com.github.cuzfrog" % "unchecked" % "1.0"
[com.github.cuzfrog/unchecked "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |