| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.luohaha |
| ArtifactId | ArtifactIdjlitespider |
| Version | Version0.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jlitespider-0.4.1.pom | |
| jlitespider-0.4.1.jar | 19 KB |
| jlitespider-0.4.1-sources.jar | 14 KB |
| jlitespider-0.4.1-javadoc.jar | 142 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/ -->
<dependency>
<groupId>com.github.luohaha</groupId>
<artifactId>jlitespider</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/
implementation 'com.github.luohaha:jlitespider:0.4.1'
// https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/
implementation ("com.github.luohaha:jlitespider:0.4.1")
'com.github.luohaha:jlitespider:jar:0.4.1'
<dependency org="com.github.luohaha" name="jlitespider" rev="0.4.1">
<artifact name="jlitespider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luohaha', module='jlitespider', version='0.4.1')
)
libraryDependencies += "com.github.luohaha" % "jlitespider" % "0.4.1"
[com.github.luohaha/jlitespider "0.4.1"]