Last Version

Spring Shell Parent POM 2.0.1.RELEASE

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

org.springframework.shell
ArtifactId

ArtifactId

spring-shell-parent
Version

Version

2.0.1.RELEASE
Type

Type

pom
Description

Description

Spring Shell Parent POM
Parent pom providing dependency and plugin management for applications built with Maven
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-shell

Download spring-shell-parent 2.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-parent/ -->
<dependency>
    <groupId>org.springframework.shell</groupId>
    <artifactId>spring-shell-parent</artifactId>
    <version>2.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-parent/
implementation 'org.springframework.shell:spring-shell-parent:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-parent/
implementation ("org.springframework.shell:spring-shell-parent:2.0.1.RELEASE")
'org.springframework.shell:spring-shell-parent:pom:2.0.1.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell-parent" rev="2.0.1.RELEASE">
  <artifact name="spring-shell-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-parent', version='2.0.1.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell-parent" % "2.0.1.RELEASE"
[org.springframework.shell/spring-shell-parent "2.0.1.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-shell-core
  • spring-shell-core-test-support
  • spring-shell-standard
  • spring-shell-standard-commands
  • spring-shell-jcommander-adapter
  • spring-shell-shell1-adapter
  • spring-shell-starter
  • spring-shell-table
  • spring-shell-docs