is not current version
Last Version 2.0.0

com.greenbird:greenbird-os-parent 1.0

Parent POM for greenbird OS projects. Adds dependency and plugin management and defines common properties.

GroupId

GroupId

com.greenbird
ArtifactId

ArtifactId

greenbird-os-parent
Version

Version

1.0
Type

Type

pom

Download greenbird-os-parent 1.0


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