| GroupId | GroupIdno.uis.fsws |
|---|---|
| ArtifactId | ArtifactIdfsws-proxy |
| Version | Version1.0.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| fsws-proxy-1.0.0.pom | |
| fsws-proxy-1.0.0.war | 19 MB |
| fsws-proxy-1.0.0-studinfo.wsdl | 9 KB |
| fsws-proxy-1.0.0-sources.jar | 169 KB |
| fsws-proxy-1.0.0-javadoc.jar | 831 KB |
| fsws-proxy-1.0.0-cdm.wsdl | 2 KB |
| fsws-proxy-1.0.0-api.jar | 146 KB |
| fsws-proxy-1.0.0-api-sources.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.uis.fsws/fsws-proxy/ -->
<dependency>
<groupId>no.uis.fsws</groupId>
<artifactId>fsws-proxy</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/no.uis.fsws/fsws-proxy/
implementation 'no.uis.fsws:fsws-proxy:1.0.0'
// https://jarcasting.com/artifacts/no.uis.fsws/fsws-proxy/
implementation ("no.uis.fsws:fsws-proxy:1.0.0")
'no.uis.fsws:fsws-proxy:war:1.0.0'
<dependency org="no.uis.fsws" name="fsws-proxy" rev="1.0.0">
<artifact name="fsws-proxy" type="war" />
</dependency>
@Grapes(
@Grab(group='no.uis.fsws', module='fsws-proxy', version='1.0.0')
)
libraryDependencies += "no.uis.fsws" % "fsws-proxy" % "1.0.0"
[no.uis.fsws/fsws-proxy "1.0.0"]