is not current version
Last Version 10

org.beangle:beangle-parent 9

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

GroupId

GroupId

org.beangle
ArtifactId

ArtifactId

beangle-parent
Version

Version

9
Type

Type

pom

Download beangle-parent 9

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

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