GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-exception |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-exception-0.0.3.pom | |
commons-exception-0.0.3.jar | 4 KB |
commons-exception-0.0.3-sources.jar | 1 KB |
commons-exception-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation 'pl.chilldev.commons:commons-exception:0.0.3'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-exception/
implementation ("pl.chilldev.commons:commons-exception:0.0.3")
'pl.chilldev.commons:commons-exception:jar:0.0.3'
<dependency org="pl.chilldev.commons" name="commons-exception" rev="0.0.3">
<artifact name="commons-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-exception', version='0.0.3')
)
libraryDependencies += "pl.chilldev.commons" % "commons-exception" % "0.0.3"
[pl.chilldev.commons/commons-exception "0.0.3"]