is not current version
Last Version 10

org.beangle:beangle-parent 6

The Beangle Software Group provides agile java/jvm based scaffold and toolkits.

GroupId

GroupId

org.beangle
ArtifactId

ArtifactId

beangle-parent
Version

Version

6
Type

Type

pom

Download beangle-parent 6

Filename Size
beangle-parent-6.pom 3 KB
Browse

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