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