is not current version
Last Version 1.0.4

com.github.iskrenyp:core-api 1.0.1

A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications

GroupId

GroupId

com.github.iskrenyp
ArtifactId

ArtifactId

core-api
Version

Version

1.0.1
Type

Type

pom

Download core-api 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.iskrenyp/core-api/ -->
<dependency>
    <groupId>com.github.iskrenyp</groupId>
    <artifactId>core-api</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.iskrenyp/core-api/
implementation 'com.github.iskrenyp:core-api:1.0.1'
// https://jarcasting.com/artifacts/com.github.iskrenyp/core-api/
implementation ("com.github.iskrenyp:core-api:1.0.1")
'com.github.iskrenyp:core-api:pom:1.0.1'
<dependency org="com.github.iskrenyp" name="core-api" rev="1.0.1">
  <artifact name="core-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.iskrenyp', module='core-api', version='1.0.1')
)
libraryDependencies += "com.github.iskrenyp" % "core-api" % "1.0.1"
[com.github.iskrenyp/core-api "1.0.1"]