is not current version
Last Version 4

com.github.akiraly.reusable-poms:pom-parent-with-spring-context 2

Libs for spring context and testing support

GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

pom-parent-with-spring-context
Version

Version

2
Type

Type

pom

Download pom-parent-with-spring-context 2


<!-- 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"]