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