is not current version
Last Version 1.0.1

info.kfgodel:jspek 1.0.0

Junit extension to allow testing with specs on Kotlin and Java

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

info.kfgodel
ArtifactId

ArtifactId

jspek
Version

Version

1.0.0
Type

Type

jar

Download jspek 1.0.0


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