Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.xjtushilei |
ArtifactId | ArtifactIdscriptspider |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
scriptspider-0.2.pom | |
scriptspider-0.2.jar | 45 KB |
scriptspider-0.2-sources.jar | 31 KB |
scriptspider-0.2-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xjtushilei/scriptspider/ -->
<dependency>
<groupId>com.github.xjtushilei</groupId>
<artifactId>scriptspider</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xjtushilei/scriptspider/
implementation 'com.github.xjtushilei:scriptspider:0.2'
// https://jarcasting.com/artifacts/com.github.xjtushilei/scriptspider/
implementation ("com.github.xjtushilei:scriptspider:0.2")
'com.github.xjtushilei:scriptspider:jar:0.2'
<dependency org="com.github.xjtushilei" name="scriptspider" rev="0.2">
<artifact name="scriptspider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xjtushilei', module='scriptspider', version='0.2')
)
libraryDependencies += "com.github.xjtushilei" % "scriptspider" % "0.2"
[com.github.xjtushilei/scriptspider "0.2"]