GroupId | GroupIdorg.beangle |
---|---|
ArtifactId | ArtifactIdbeangle-parent |
Version | Version7 |
Type | Typepom |
Filename | Size |
---|---|
beangle-parent-7.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle/beangle-parent/ -->
<dependency>
<groupId>org.beangle</groupId>
<artifactId>beangle-parent</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beangle/beangle-parent/
implementation 'org.beangle:beangle-parent:7'
// https://jarcasting.com/artifacts/org.beangle/beangle-parent/
implementation ("org.beangle:beangle-parent:7")
'org.beangle:beangle-parent:pom:7'
<dependency org="org.beangle" name="beangle-parent" rev="7">
<artifact name="beangle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beangle', module='beangle-parent', version='7')
)
libraryDependencies += "org.beangle" % "beangle-parent" % "7"
[org.beangle/beangle-parent "7"]