GroupId | GroupIdcom.github.damianwajser |
---|---|
ArtifactId | ArtifactIdspring-commons-parent |
Version | Version1.8.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-commons-parent-1.8.0.pom | 7 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.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-parent/
implementation 'com.github.damianwajser:spring-commons-parent:1.8.0'
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-parent/
implementation ("com.github.damianwajser:spring-commons-parent:1.8.0")
'com.github.damianwajser:spring-commons-parent:pom:1.8.0'
<dependency org="com.github.damianwajser" name="spring-commons-parent" rev="1.8.0">
<artifact name="spring-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='spring-commons-parent', version='1.8.0')
)
libraryDependencies += "com.github.damianwajser" % "spring-commons-parent" % "1.8.0"
[com.github.damianwajser/spring-commons-parent "1.8.0"]