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