| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases |
| GroupId | GroupIdorg.codelibs.robot |
| ArtifactId | ArtifactIds2robot-db-h2 |
| Version | Version1.0.0-beta1 |
| Type | Typejar |
| Description |
DescriptionS2Robot DB for H2Database
S2Robot is Crawler Framework.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| s2robot-db-h2-1.0.0-beta1.pom | |
| s2robot-db-h2-1.0.0-beta1.jar | 1 MB |
| s2robot-db-h2-1.0.0-beta1-sources.jar | 163 KB |
| s2robot-db-h2-1.0.0-beta1-javadoc.jar | 937 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs.robot/s2robot-db-h2/ -->
<dependency>
<groupId>org.codelibs.robot</groupId>
<artifactId>s2robot-db-h2</artifactId>
<version>1.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.robot/s2robot-db-h2/
implementation 'org.codelibs.robot:s2robot-db-h2:1.0.0-beta1'
// https://jarcasting.com/artifacts/org.codelibs.robot/s2robot-db-h2/
implementation ("org.codelibs.robot:s2robot-db-h2:1.0.0-beta1")
'org.codelibs.robot:s2robot-db-h2:jar:1.0.0-beta1'
<dependency org="org.codelibs.robot" name="s2robot-db-h2" rev="1.0.0-beta1">
<artifact name="s2robot-db-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.robot', module='s2robot-db-h2', version='1.0.0-beta1')
)
libraryDependencies += "org.codelibs.robot" % "s2robot-db-h2" % "1.0.0-beta1"
[org.codelibs.robot/s2robot-db-h2 "1.0.0-beta1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.lastaflute : lasta-di | jar | 0.6.0 |
| org.codelibs.robot : s2robot-lasta | jar | 1.0.0-beta1 |
| com.h2database : h2 | jar | 1.4.181 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |