Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.github.luodash |
ArtifactId | ArtifactIdspider-parent |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spider-parent-1.0-RELEASE.pom | |
spider-parent-1.0-RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.luodash/spider-parent/ -->
<dependency>
<groupId>io.github.luodash</groupId>
<artifactId>spider-parent</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.luodash/spider-parent/
implementation 'io.github.luodash:spider-parent:1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.luodash/spider-parent/
implementation ("io.github.luodash:spider-parent:1.0-RELEASE")
'io.github.luodash:spider-parent:jar:1.0-RELEASE'
<dependency org="io.github.luodash" name="spider-parent" rev="1.0-RELEASE">
<artifact name="spider-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.luodash', module='spider-parent', version='1.0-RELEASE')
)
libraryDependencies += "io.github.luodash" % "spider-parent" % "1.0-RELEASE"
[io.github.luodash/spider-parent "1.0-RELEASE"]