The Parent POM to define plugins and common dependencies

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.spidercoding
ArtifactId

ArtifactId

spider-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

The 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 Organization

Eclipse

Download spider-parent

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
io.vertx : vertx-codegen jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0