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