Download fsws-client-1.0.1.jar file - Jar f

Jar examples for f:fsws-client

Description

FS-WS client built from WSDL as published on https://www.fellesstudentsystem.no/dokumentasjon/teknisk/fsws-dok/. (NB the site requires login)

You can download jar file fsws-client 1.0.1 in this page.

Build File

You can use the following script to add fsws-client-1.0.1.jar to your project.

<dependency>
   <groupId>no.uis.fsws</groupId>
   <artifactId>fsws-client</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'no.uis.fsws', name: 'fsws-client', version: '1.0.1'
libraryDependencies += "no.uis.fsws" % "fsws-client" % "1.0.1"
<dependency org="no.uis.fsws" name="fsws-client" rev="1.0.1"/>
@Grapes(@Grab(group='no.uis.fsws', module='fsws-client', version='1.0.1'))
'no.uis.fsws:fsws-client:jar:1.0.1'

Download

Click the following link to download the jar file.

fsws-client-1.0.1-javadoc.jar
fsws-client-1.0.1-sources.jar
fsws-client-1.0.1.jar
fsws-client-1.0.1.pom



Related Tutorials