GroupId | GroupIdcom.github.kittinunf.result |
---|---|
ArtifactId | ArtifactIdresult |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
result-3.0.1.pom | |
result-3.0.1.jar | 14 KB |
result-3.0.1-sources.jar | 2 KB |
result-3.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.result/result/ -->
<dependency>
<groupId>com.github.kittinunf.result</groupId>
<artifactId>result</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.result/result/
implementation 'com.github.kittinunf.result:result:3.0.1'
// https://jarcasting.com/artifacts/com.github.kittinunf.result/result/
implementation ("com.github.kittinunf.result:result:3.0.1")
'com.github.kittinunf.result:result:jar:3.0.1'
<dependency org="com.github.kittinunf.result" name="result" rev="3.0.1">
<artifact name="result" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.result', module='result', version='3.0.1')
)
libraryDependencies += "com.github.kittinunf.result" % "result" % "3.0.1"
[com.github.kittinunf.result/result "3.0.1"]