| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdio.sylkworm.sdk |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSylkworm SDK core
SDK to interact with Sylkworm.io, Screenshot Testing as a service
|
| Filename | Size |
|---|---|
| core-0.1.0.pom | |
| core-0.1.0.jar | 26 KB |
| core-0.1.0-sources.jar | 2 KB |
| core-0.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.sylkworm.sdk/core/ -->
<dependency>
<groupId>io.sylkworm.sdk</groupId>
<artifactId>core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sylkworm.sdk/core/
implementation 'io.sylkworm.sdk:core:0.1.0'
// https://jarcasting.com/artifacts/io.sylkworm.sdk/core/
implementation ("io.sylkworm.sdk:core:0.1.0")
'io.sylkworm.sdk:core:jar:0.1.0'
<dependency org="io.sylkworm.sdk" name="core" rev="0.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sylkworm.sdk', module='core', version='0.1.0')
)
libraryDependencies += "io.sylkworm.sdk" % "core" % "0.1.0"
[io.sylkworm.sdk/core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-cli : commons-cli | jar | 1.4 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
| com.google.guava : guava | jar | 29.0-jre |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.11.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.72 |
| com.github.kittinunf.fuel : fuel | jar | 2.3.0 |
| com.github.kittinunf.fuel : fuel-jackson | jar | 2.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |