License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdme.jason5lee |
ArtifactId | ArtifactIdresukt-js |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionresukt
A Result type representing either a success or a failure.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
resukt-js-1.0.0.pom | |
resukt-js-1.0.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.jason5lee/resukt-js/ -->
<dependency>
<groupId>me.jason5lee</groupId>
<artifactId>resukt-js</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.jason5lee/resukt-js/
implementation 'me.jason5lee:resukt-js:1.0.0'
// https://jarcasting.com/artifacts/me.jason5lee/resukt-js/
implementation ("me.jason5lee:resukt-js:1.0.0")
'me.jason5lee:resukt-js:pom:1.0.0'
<dependency org="me.jason5lee" name="resukt-js" rev="1.0.0">
<artifact name="resukt-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.jason5lee', module='resukt-js', version='1.0.0')
)
libraryDependencies += "me.jason5lee" % "resukt-js" % "1.0.0"
[me.jason5lee/resukt-js "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |