is not current version
Last Version 2.3.0.RELEASE

com.yo1000:dbspock-core 2.1.1.RELEASE


Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

com.yo1000
ArtifactId

ArtifactId

dbspock-core
Version

Version

2.1.1.RELEASE
Type

Type

jar

Download dbspock-core 2.1.1.RELEASE


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