GroupId | GroupIdcom.wizzardo.tools |
---|---|
ArtifactId | ArtifactIdtools-exception |
Version | Version0.17 |
Type | Typejar |
Filename | Size |
---|---|
tools-exception-0.17.pom | |
tools-exception-0.17.jar | 3 KB |
tools-exception-0.17-sources.jar | 1 KB |
tools-exception-0.17-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wizzardo.tools/tools-exception/ -->
<dependency>
<groupId>com.wizzardo.tools</groupId>
<artifactId>tools-exception</artifactId>
<version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-exception/
implementation 'com.wizzardo.tools:tools-exception:0.17'
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-exception/
implementation ("com.wizzardo.tools:tools-exception:0.17")
'com.wizzardo.tools:tools-exception:jar:0.17'
<dependency org="com.wizzardo.tools" name="tools-exception" rev="0.17">
<artifact name="tools-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzardo.tools', module='tools-exception', version='0.17')
)
libraryDependencies += "com.wizzardo.tools" % "tools-exception" % "0.17"
[com.wizzardo.tools/tools-exception "0.17"]