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