| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases |
| GroupId | GroupIdorg.codelibs.robot |
| ArtifactId | ArtifactIds2-robot-db-h2 |
| Last Version | Last Version0.8.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionS2Robot DB for H2Database
S2Robot is a crawler framework.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| s2-robot-db-h2-0.8.2.pom | |
| s2-robot-db-h2-0.8.2.jar | 1 MB |
| s2-robot-db-h2-0.8.2-sources.jar | 186 KB |
| s2-robot-db-h2-0.8.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs.robot/s2-robot-db-h2/ -->
<dependency>
<groupId>org.codelibs.robot</groupId>
<artifactId>s2-robot-db-h2</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.robot/s2-robot-db-h2/
implementation 'org.codelibs.robot:s2-robot-db-h2:0.8.2'
// https://jarcasting.com/artifacts/org.codelibs.robot/s2-robot-db-h2/
implementation ("org.codelibs.robot:s2-robot-db-h2:0.8.2")
'org.codelibs.robot:s2-robot-db-h2:jar:0.8.2'
<dependency org="org.codelibs.robot" name="s2-robot-db-h2" rev="0.8.2">
<artifact name="s2-robot-db-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.robot', module='s2-robot-db-h2', version='0.8.2')
)
libraryDependencies += "org.codelibs.robot" % "s2-robot-db-h2" % "0.8.2"
[org.codelibs.robot/s2-robot-db-h2 "0.8.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codelibs.robot : s2-robot | jar | 0.8.2 |
| com.h2database : h2 | jar | 1.4.181 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |