| GroupId | GroupIdpl.wkr |
|---|---|
| ArtifactId | ArtifactIdfluent-exception-rule |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fluent-exception-rule-1.0.0.pom | |
| fluent-exception-rule-1.0.0.jar | 240 KB |
| fluent-exception-rule-1.0.0-sources.jar | 23 KB |
| fluent-exception-rule-1.0.0-javadoc.jar | 194 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.wkr/fluent-exception-rule/ -->
<dependency>
<groupId>pl.wkr</groupId>
<artifactId>fluent-exception-rule</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wkr/fluent-exception-rule/
implementation 'pl.wkr:fluent-exception-rule:1.0.0'
// https://jarcasting.com/artifacts/pl.wkr/fluent-exception-rule/
implementation ("pl.wkr:fluent-exception-rule:1.0.0")
'pl.wkr:fluent-exception-rule:jar:1.0.0'
<dependency org="pl.wkr" name="fluent-exception-rule" rev="1.0.0">
<artifact name="fluent-exception-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wkr', module='fluent-exception-rule', version='1.0.0')
)
libraryDependencies += "pl.wkr" % "fluent-exception-rule" % "1.0.0"
[pl.wkr/fluent-exception-rule "1.0.0"]