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