| GroupId | GroupIdorg.beangle.commons |
|---|---|
| ArtifactId | ArtifactIdbeangle-commons-parent |
| Version | Version3.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| beangle-commons-parent-3.0.0.pom | 9 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.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-parent/
implementation 'org.beangle.commons:beangle-commons-parent:3.0.0'
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-parent/
implementation ("org.beangle.commons:beangle-commons-parent:3.0.0")
'org.beangle.commons:beangle-commons-parent:pom:3.0.0'
<dependency org="org.beangle.commons" name="beangle-commons-parent" rev="3.0.0">
<artifact name="beangle-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beangle.commons', module='beangle-commons-parent', version='3.0.0')
)
libraryDependencies += "org.beangle.commons" % "beangle-commons-parent" % "3.0.0"
[org.beangle.commons/beangle-commons-parent "3.0.0"]