License |
License |
---|---|
GroupId | GroupIdcom.github.nkb03 |
ArtifactId | ArtifactIdkref |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionkref
An FRP library for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kref-1.0.pom | |
kref-1.0.jar | 20 KB |
kref-1.0-tests.jar | 39 KB |
kref-1.0-sources.jar | 6 KB |
kref-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkb03/kref/ -->
<dependency>
<groupId>com.github.nkb03</groupId>
<artifactId>kref</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/kref/
implementation 'com.github.nkb03:kref:1.0'
// https://jarcasting.com/artifacts/com.github.nkb03/kref/
implementation ("com.github.nkb03:kref:1.0")
'com.github.nkb03:kref:jar:1.0'
<dependency org="com.github.nkb03" name="kref" rev="1.0">
<artifact name="kref" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='kref', version='1.0')
)
libraryDependencies += "com.github.nkb03" % "kref" % "1.0"
[com.github.nkb03/kref "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.spek : spek-api | jar | 1.1.5 |
com.natpryce : hamkrest | jar | 1.5.0.0 |
org.jetbrains.spek : spek-junit-platform-engine | jar | 1.1.5 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.61 |