Categories |
CategoriesIDE Development Tools Data |
---|---|
GroupId | GroupIdcom.100shouhou.golddata |
ArtifactId | ArtifactIdgolddata-spider |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
golddata-spider-1.1.2.pom | |
golddata-spider-1.1.2.jar | 126 KB |
golddata-spider-1.1.2-sources.jar | 22 KB |
golddata-spider-1.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.100shouhou.golddata/golddata-spider/ -->
<dependency>
<groupId>com.100shouhou.golddata</groupId>
<artifactId>golddata-spider</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.100shouhou.golddata/golddata-spider/
implementation 'com.100shouhou.golddata:golddata-spider:1.1.2'
// https://jarcasting.com/artifacts/com.100shouhou.golddata/golddata-spider/
implementation ("com.100shouhou.golddata:golddata-spider:1.1.2")
'com.100shouhou.golddata:golddata-spider:jar:1.1.2'
<dependency org="com.100shouhou.golddata" name="golddata-spider" rev="1.1.2">
<artifact name="golddata-spider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.100shouhou.golddata', module='golddata-spider', version='1.1.2')
)
libraryDependencies += "com.100shouhou.golddata" % "golddata-spider" % "1.1.2"
[com.100shouhou.golddata/golddata-spider "1.1.2"]