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