GroupId | GroupIdcom.github.damianwajser |
---|---|
ArtifactId | ArtifactIdspring-commons-parent |
Version | Version1.15.2 |
Type | Typepom |
Filename | Size |
---|---|
spring-commons-parent-1.15.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-parent/ -->
<dependency>
<groupId>com.github.damianwajser</groupId>
<artifactId>spring-commons-parent</artifactId>
<version>1.15.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-parent/
implementation 'com.github.damianwajser:spring-commons-parent:1.15.2'
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-parent/
implementation ("com.github.damianwajser:spring-commons-parent:1.15.2")
'com.github.damianwajser:spring-commons-parent:pom:1.15.2'
<dependency org="com.github.damianwajser" name="spring-commons-parent" rev="1.15.2">
<artifact name="spring-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='spring-commons-parent', version='1.15.2')
)
libraryDependencies += "com.github.damianwajser" % "spring-commons-parent" % "1.15.2"
[com.github.damianwajser/spring-commons-parent "1.15.2"]