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