GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-exception |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-exception-0.0.2.pom | |
commons-exception-0.0.2.jar | 4 KB |
commons-exception-0.0.2-sources.jar | 1 KB |
commons-exception-0.0.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-exception</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation 'pl.chilldev.commons:commons-exception:0.0.2'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation ("pl.chilldev.commons:commons-exception:0.0.2")
'pl.chilldev.commons:commons-exception:jar:0.0.2'
<dependency org="pl.chilldev.commons" name="commons-exception" rev="0.0.2">
<artifact name="commons-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-exception', version='0.0.2')
)
libraryDependencies += "pl.chilldev.commons" % "commons-exception" % "0.0.2"
[pl.chilldev.commons/commons-exception "0.0.2"]