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