| Categories |
CategoriesSpock Application Testing & Monitoring |
|---|---|
| GroupId | GroupIdcom.yo1000 |
| ArtifactId | ArtifactIddbspock-core |
| Version | Version2.1.1.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| dbspock-core-2.1.1.RELEASE.pom | |
| dbspock-core-2.1.1.RELEASE.jar | 81 KB |
| dbspock-core-2.1.1.RELEASE-sources.jar | 10 KB |
| dbspock-core-2.1.1.RELEASE-javadoc.jar | 99 KB |
| Browse |
<!-- 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"]