Categories |
CategoriesNoException Development Tools Development Libraries |
---|---|
GroupId | GroupIdcom.machinezoo.noexception |
ArtifactId | ArtifactIdnoexception |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
noexception-0.2.0.pom | |
noexception-0.2.0.jar | 198 KB |
noexception-0.2.0-sources.jar | 114 KB |
noexception-0.2.0-javadoc.jar | 474 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.machinezoo.noexception/noexception/ -->
<dependency>
<groupId>com.machinezoo.noexception</groupId>
<artifactId>noexception</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.machinezoo.noexception/noexception/
implementation 'com.machinezoo.noexception:noexception:0.2.0'
// https://jarcasting.com/artifacts/com.machinezoo.noexception/noexception/
implementation ("com.machinezoo.noexception:noexception:0.2.0")
'com.machinezoo.noexception:noexception:jar:0.2.0'
<dependency org="com.machinezoo.noexception" name="noexception" rev="0.2.0">
<artifact name="noexception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.machinezoo.noexception', module='noexception', version='0.2.0')
)
libraryDependencies += "com.machinezoo.noexception" % "noexception" % "0.2.0"
[com.machinezoo.noexception/noexception "0.2.0"]