| GroupId | GroupIdcom.github.fartherp |
|---|---|
| ArtifactId | ArtifactIdframework-exception |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework-exception-3.0.2.pom | |
| framework-exception-3.0.2.jar | 26 KB |
| framework-exception-3.0.2-sources.jar | 23 KB |
| framework-exception-3.0.2-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-exception/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-exception</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-exception/
implementation 'com.github.fartherp:framework-exception:3.0.2'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-exception/
implementation ("com.github.fartherp:framework-exception:3.0.2")
'com.github.fartherp:framework-exception:jar:3.0.2'
<dependency org="com.github.fartherp" name="framework-exception" rev="3.0.2">
<artifact name="framework-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-exception', version='3.0.2')
)
libraryDependencies += "com.github.fartherp" % "framework-exception" % "3.0.2"
[com.github.fartherp/framework-exception "3.0.2"]