| GroupId | GroupIdorg.tinygroup |
|---|---|
| ArtifactId | ArtifactIdexception |
| Version | Version0.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| exception-0.0.8.pom | |
| exception-0.0.8.jar | 4 KB |
| exception-0.0.8-tests.jar | 2 KB |
| exception-0.0.8-sources.jar | 4 KB |
| exception-0.0.8-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/exception/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>exception</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/exception/
implementation 'org.tinygroup:exception:0.0.8'
// https://jarcasting.com/artifacts/org.tinygroup/exception/
implementation ("org.tinygroup:exception:0.0.8")
'org.tinygroup:exception:jar:0.0.8'
<dependency org="org.tinygroup" name="exception" rev="0.0.8">
<artifact name="exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='exception', version='0.0.8')
)
libraryDependencies += "org.tinygroup" % "exception" % "0.0.8"
[org.tinygroup/exception "0.0.8"]