Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.luohaha |
ArtifactId | ArtifactIdjlitespider |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
jlitespider-0.4.0.pom | |
jlitespider-0.4.0.jar | 20 KB |
jlitespider-0.4.0-sources.jar | 14 KB |
jlitespider-0.4.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/
implementation 'com.github.luohaha:jlitespider:0.4.0'
// https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/
implementation ("com.github.luohaha:jlitespider:0.4.0")
'com.github.luohaha:jlitespider:jar:0.4.0'
<dependency org="com.github.luohaha" name="jlitespider" rev="0.4.0">
<artifact name="jlitespider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luohaha', module='jlitespider', version='0.4.0')
)
libraryDependencies += "com.github.luohaha" % "jlitespider" % "0.4.0"
[com.github.luohaha/jlitespider "0.4.0"]