GroupId | GroupIdcom.greenbird |
---|---|
ArtifactId | ArtifactIdgreenbird-os-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
greenbird-os-parent-1.0.pom | 26 KB |
Browse |
<!-- 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"]