is not current version
Last Version 10

org.beangle:beangle-parent 8

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

GroupId

GroupId

org.beangle
ArtifactId

ArtifactId

beangle-parent
Version

Version

8
Type

Type

pom

Download beangle-parent 8

Filename Size
beangle-parent-8.pom 4 KB
Browse

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