GroupId | GroupIdcom.github.akiraly.reusable-poms |
---|---|
ArtifactId | ArtifactIdpom-parent-with-spring-context |
Version | Version3 |
Type | Typepom |
Filename | Size |
---|---|
pom-parent-with-spring-context-3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-spring-context/ -->
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>pom-parent-with-spring-context</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-spring-context/
implementation 'com.github.akiraly.reusable-poms:pom-parent-with-spring-context:3'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-spring-context/
implementation ("com.github.akiraly.reusable-poms:pom-parent-with-spring-context:3")
'com.github.akiraly.reusable-poms:pom-parent-with-spring-context:pom:3'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-spring-context" rev="3">
<artifact name="pom-parent-with-spring-context" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='pom-parent-with-spring-context', version='3')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-spring-context" % "3"
[com.github.akiraly.reusable-poms/pom-parent-with-spring-context "3"]