is not current version
Last Version 1.0.2

com.github.codefabrikgmbh:scenarios-kotlin 1.0.0

Library for easily writing readable and maintainable integration tests

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.codefabrikgmbh
ArtifactId

ArtifactId

scenarios-kotlin
Version

Version

1.0.0
Type

Type

jar

Download scenarios-kotlin 1.0.0


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