| License |
License |
|---|---|
| GroupId | GroupIdorg.beangle.bundles |
| ArtifactId | ArtifactIdbeangle-bundles-parent |
| Version | Version0.0.2 |
| Type | Typepom |
| Description |
DescriptionBeangle Bundles Parent
Beangle provides agile development scaffold and toolkits.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| beangle-bundles-parent-0.0.2.pom | 1 KB |
| 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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.bundles/beangle-bundles-parent/
implementation 'org.beangle.bundles:beangle-bundles-parent:0.0.2'
// https://jarcasting.com/artifacts/org.beangle.bundles/beangle-bundles-parent/
implementation ("org.beangle.bundles:beangle-bundles-parent:0.0.2")
'org.beangle.bundles:beangle-bundles-parent:pom:0.0.2'
<dependency org="org.beangle.bundles" name="beangle-bundles-parent" rev="0.0.2">
<artifact name="beangle-bundles-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beangle.bundles', module='beangle-bundles-parent', version='0.0.2')
)
libraryDependencies += "org.beangle.bundles" % "beangle-bundles-parent" % "0.0.2"
[org.beangle.bundles/beangle-bundles-parent "0.0.2"]