License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.varabyte.truthish |
ArtifactId | ArtifactIdtruthish-js |
Last Version | Last Version0.6.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTruthish
A Google Truth inspired testing library written in Kotlin supporting multi-platform projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
truthish-js-0.6.3.pom | |
truthish-js-0.6.3-sources.jar | 11 KB |
truthish-js-0.6.3-javadoc.jar | 496 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.varabyte.truthish/truthish-js/ -->
<dependency>
<groupId>com.varabyte.truthish</groupId>
<artifactId>truthish-js</artifactId>
<version>0.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.varabyte.truthish/truthish-js/
implementation 'com.varabyte.truthish:truthish-js:0.6.3'
// https://jarcasting.com/artifacts/com.varabyte.truthish/truthish-js/
implementation ("com.varabyte.truthish:truthish-js:0.6.3")
'com.varabyte.truthish:truthish-js:pom:0.6.3'
<dependency org="com.varabyte.truthish" name="truthish-js" rev="0.6.3">
<artifact name="truthish-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.varabyte.truthish', module='truthish-js', version='0.6.3')
)
libraryDependencies += "com.varabyte.truthish" % "truthish-js" % "0.6.3"
[com.varabyte.truthish/truthish-js "0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.20 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |