| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.spidercoding |
| ArtifactId | ArtifactIdspider-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe Parent POM to define plugins and common dependencies
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project OrganizationEclipse |
| Filename | Size |
|---|---|
| spider-parent-1.0.0.pom | 8 KB |
| spider-parent-1.0.0-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spidercoding/spider-parent/ -->
<dependency>
<groupId>com.spidercoding</groupId>
<artifactId>spider-parent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spidercoding/spider-parent/
implementation 'com.spidercoding:spider-parent:1.0.0'
// https://jarcasting.com/artifacts/com.spidercoding/spider-parent/
implementation ("com.spidercoding:spider-parent:1.0.0")
'com.spidercoding:spider-parent:jar:1.0.0'
<dependency org="com.spidercoding" name="spider-parent" rev="1.0.0">
<artifact name="spider-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spidercoding', module='spider-parent', version='1.0.0')
)
libraryDependencies += "com.spidercoding" % "spider-parent" % "1.0.0"
[com.spidercoding/spider-parent "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-codegen | jar |