is not current version
Last Version 10

org.beangle:beangle-parent 5

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

GroupId

GroupId

org.beangle
ArtifactId

ArtifactId

beangle-parent
Version

Version

5
Type

Type

pom

Download beangle-parent 5

Filename Size
beangle-parent-5.pom 15 KB
Browse

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