GroupId | GroupIdbr.com.objectos.core |
---|---|
ArtifactId | ArtifactIdthrowables |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
throwables-0.3.2.pom | |
throwables-0.3.2.jar | 3 KB |
throwables-0.3.2-sources.jar | 1 KB |
throwables-0.3.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.core/throwables/ -->
<dependency>
<groupId>br.com.objectos.core</groupId>
<artifactId>throwables</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.core/throwables/
implementation 'br.com.objectos.core:throwables:0.3.2'
// https://jarcasting.com/artifacts/br.com.objectos.core/throwables/
implementation ("br.com.objectos.core:throwables:0.3.2")
'br.com.objectos.core:throwables:jar:0.3.2'
<dependency org="br.com.objectos.core" name="throwables" rev="0.3.2">
<artifact name="throwables" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.core', module='throwables', version='0.3.2')
)
libraryDependencies += "br.com.objectos.core" % "throwables" % "0.3.2"
[br.com.objectos.core/throwables "0.3.2"]