GroupId | GroupIdcom.github.akiraly.reusable-poms |
---|---|
ArtifactId | ArtifactIdpom-parent-with-spring-context |
Version | Version2 |
Type | Typepom |
Filename | Size |
---|---|
pom-parent-with-spring-context-2.pom | 1 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>2</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:2'
// 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:2")
'com.github.akiraly.reusable-poms:pom-parent-with-spring-context:pom:2'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-spring-context" rev="2">
<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='2')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-spring-context" % "2"
[com.github.akiraly.reusable-poms/pom-parent-with-spring-context "2"]