svarut-rest-klient-parent

Parent POM for SvarUt rest klient

License

License

GroupId

GroupId

no.ks.fiks.svarut
ArtifactId

ArtifactId

svarut-rest-klient-parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

svarut-rest-klient-parent
Parent POM for SvarUt rest klient
Project URL

Project URL

https://github.com/ks-no/svarut-rest-klient
Source Code Management

Source Code Management

https://github.com/ks-no/svarut-rest-klient

Download svarut-rest-klient-parent

How to add to project

<!-- https://jarcasting.com/artifacts/no.ks.fiks.svarut/svarut-rest-klient-parent/ -->
<dependency>
    <groupId>no.ks.fiks.svarut</groupId>
    <artifactId>svarut-rest-klient-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.ks.fiks.svarut/svarut-rest-klient-parent/
implementation 'no.ks.fiks.svarut:svarut-rest-klient-parent:1.0.2'
// https://jarcasting.com/artifacts/no.ks.fiks.svarut/svarut-rest-klient-parent/
implementation ("no.ks.fiks.svarut:svarut-rest-klient-parent:1.0.2")
'no.ks.fiks.svarut:svarut-rest-klient-parent:pom:1.0.2'
<dependency org="no.ks.fiks.svarut" name="svarut-rest-klient-parent" rev="1.0.2">
  <artifact name="svarut-rest-klient-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.ks.fiks.svarut', module='svarut-rest-klient-parent', version='1.0.2')
)
libraryDependencies += "no.ks.fiks.svarut" % "svarut-rest-klient-parent" % "1.0.2"
[no.ks.fiks.svarut/svarut-rest-klient-parent "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

SvarUt-rest-klient Maven Central

Klient bibliotek mot SvarUt ForsendelseRestService.

Getting Started

Legg til maven dependency.

Prerequisites

  • Java 1.8 or higher
Maven

Add dependency no.ks.fiks.svarut:svarut-rest-klient in your POM.

<dependencies>
   <dependency>
        <groupId>no.ks.fiks.svarut</groupId>
        <artifactId>svarut-rest-klient</artifactId>
        <version>1.0.0-SNAPSHOT</version>
   </dependency>
</dependencies>

Usage

Forsendelse forsendelse = //construct;
HashMap<String, InputStream> filer = //construct;
SvarUtKlientApi klient = new SvarUtKlientApiImpl("http://test.svarut.ks.no", avsender, servicePassord);
ForsendelseId id = klient.sendForsendelse(forsendelse, filer);

Dokumentasjon på service:

no.ks.fiks.svarut

KS

Versions

Version
1.0.2
1.0.1
1.0.0