Scenarios Kotlin

Library for easily writing readable and maintainable integration tests

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.codefabrikgmbh
ArtifactId

ArtifactId

scenarios-kotlin
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Scenarios Kotlin
Library for easily writing readable and maintainable integration tests
Project URL

Project URL

https://github.com/CodeFabrikGmbH/scenarios-kotlin
Source Code Management

Source Code Management

https://github.com/CodeFabrikGmbH/scenarios-kotlin.git

Download scenarios-kotlin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.codefabrikgmbh/scenarios-kotlin/ -->
<dependency>
    <groupId>com.github.codefabrikgmbh</groupId>
    <artifactId>scenarios-kotlin</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codefabrikgmbh/scenarios-kotlin/
implementation 'com.github.codefabrikgmbh:scenarios-kotlin:1.0.2'
// https://jarcasting.com/artifacts/com.github.codefabrikgmbh/scenarios-kotlin/
implementation ("com.github.codefabrikgmbh:scenarios-kotlin:1.0.2")
'com.github.codefabrikgmbh:scenarios-kotlin:jar:1.0.2'
<dependency org="com.github.codefabrikgmbh" name="scenarios-kotlin" rev="1.0.2">
  <artifact name="scenarios-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codefabrikgmbh', module='scenarios-kotlin', version='1.0.2')
)
libraryDependencies += "com.github.codefabrikgmbh" % "scenarios-kotlin" % "1.0.2"
[com.github.codefabrikgmbh/scenarios-kotlin "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.32

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0