is not current version
Last Version 0.0.2

io.github.biezhi:elves 0.0.1

crawler framework

GroupId

GroupId

io.github.biezhi
ArtifactId

ArtifactId

elves
Version

Version

0.0.1
Type

Type

jar

Download elves 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.biezhi/elves/ -->
<dependency>
    <groupId>io.github.biezhi</groupId>
    <artifactId>elves</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.biezhi/elves/
implementation 'io.github.biezhi:elves:0.0.1'
// https://jarcasting.com/artifacts/io.github.biezhi/elves/
implementation ("io.github.biezhi:elves:0.0.1")
'io.github.biezhi:elves:jar:0.0.1'
<dependency org="io.github.biezhi" name="elves" rev="0.0.1">
  <artifact name="elves" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.biezhi', module='elves', version='0.0.1')
)
libraryDependencies += "io.github.biezhi" % "elves" % "0.0.1"
[io.github.biezhi/elves "0.0.1"]