Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.inti-net |
ArtifactId | ArtifactIdws-spring-resource |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
ws-spring-resource-1.1.pom | |
ws-spring-resource-1.1.jar | 41 KB |
ws-spring-resource-1.1-sources.jar | 26 KB |
ws-spring-resource-1.1-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.inti-net/ws-spring-resource/ -->
<dependency>
<groupId>com.github.inti-net</groupId>
<artifactId>ws-spring-resource</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inti-net/ws-spring-resource/
implementation 'com.github.inti-net:ws-spring-resource:1.1'
// https://jarcasting.com/artifacts/com.github.inti-net/ws-spring-resource/
implementation ("com.github.inti-net:ws-spring-resource:1.1")
'com.github.inti-net:ws-spring-resource:jar:1.1'
<dependency org="com.github.inti-net" name="ws-spring-resource" rev="1.1">
<artifact name="ws-spring-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inti-net', module='ws-spring-resource', version='1.1')
)
libraryDependencies += "com.github.inti-net" % "ws-spring-resource" % "1.1"
[com.github.inti-net/ws-spring-resource "1.1"]