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