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