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