GroupId | GroupIdorg.beangle.bundles |
---|---|
ArtifactId | ArtifactIdbeangle-bundles-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
beangle-bundles-parent-0.0.1.pom | 564 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.bundles/beangle-bundles-parent/ -->
<dependency>
<groupId>org.beangle.bundles</groupId>
<artifactId>beangle-bundles-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.bundles/beangle-bundles-parent/
implementation 'org.beangle.bundles:beangle-bundles-parent:0.0.1'
// https://jarcasting.com/artifacts/org.beangle.bundles/beangle-bundles-parent/
implementation ("org.beangle.bundles:beangle-bundles-parent:0.0.1")
'org.beangle.bundles:beangle-bundles-parent:pom:0.0.1'
<dependency org="org.beangle.bundles" name="beangle-bundles-parent" rev="0.0.1">
<artifact name="beangle-bundles-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beangle.bundles', module='beangle-bundles-parent', version='0.0.1')
)
libraryDependencies += "org.beangle.bundles" % "beangle-bundles-parent" % "0.0.1"
[org.beangle.bundles/beangle-bundles-parent "0.0.1"]