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