GroupId | GroupIdcom.github.damianwajser |
---|---|
ArtifactId | ArtifactIdspring-commons |
Version | Version1.11.3 |
Type | Typejar |
Filename | Size |
---|---|
spring-commons-1.11.3.pom | |
spring-commons-1.11.3.jar | 8 KB |
spring-commons-1.11.3-sources.jar | 6 KB |
spring-commons-1.11.3-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons/ -->
<dependency>
<groupId>com.github.damianwajser</groupId>
<artifactId>spring-commons</artifactId>
<version>1.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons/
implementation 'com.github.damianwajser:spring-commons:1.11.3'
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons/
implementation ("com.github.damianwajser:spring-commons:1.11.3")
'com.github.damianwajser:spring-commons:jar:1.11.3'
<dependency org="com.github.damianwajser" name="spring-commons" rev="1.11.3">
<artifact name="spring-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='spring-commons', version='1.11.3')
)
libraryDependencies += "com.github.damianwajser" % "spring-commons" % "1.11.3"
[com.github.damianwajser/spring-commons "1.11.3"]