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