dvelop-sdk

d.velop cloud sdk for java

License

License

GroupId

GroupId

com.d-velop.sdk
ArtifactId

ArtifactId

dvelop-sdk
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

pom
Description

Description

dvelop-sdk
d.velop cloud sdk for java
Project URL

Project URL

https://github.com/d-velop
Source Code Management

Source Code Management

http://github.com/d-velop/dvelop-sdk-java/tree/master

Download dvelop-sdk

Filename Size
dvelop-sdk-0.2.2.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.d-velop.sdk/dvelop-sdk/ -->
<dependency>
    <groupId>com.d-velop.sdk</groupId>
    <artifactId>dvelop-sdk</artifactId>
    <version>0.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.d-velop.sdk/dvelop-sdk/
implementation 'com.d-velop.sdk:dvelop-sdk:0.2.2'
// https://jarcasting.com/artifacts/com.d-velop.sdk/dvelop-sdk/
implementation ("com.d-velop.sdk:dvelop-sdk:0.2.2")
'com.d-velop.sdk:dvelop-sdk:pom:0.2.2'
<dependency org="com.d-velop.sdk" name="dvelop-sdk" rev="0.2.2">
  <artifact name="dvelop-sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.d-velop.sdk', module='dvelop-sdk', version='0.2.2')
)
libraryDependencies += "com.d-velop.sdk" % "dvelop-sdk" % "0.2.2"
[com.d-velop.sdk/dvelop-sdk "0.2.2"]

Dependencies

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

Project Modules

  • dvelop-sdk-common
  • dvelop-sdk-tenant
  • dvelop-sdk-idp
  • dvelop-sdk-all

d.velop cloud SDK for Java

This is the official SDK to build Apps for d.velop cloud using the Java programming language.

The project has beta status. So for now expect things to change.

Usage

For now, you'll have to check out this project from github and build/install locally. Were working on making these modules available via maven cental.

In your projects pom.xml, include the d.velop cloud sdk as a dependency:

<dependencies>
    <dependency>
        <groupId>com.d-velop.sdk</groupId>
        <artifactId>dvelop-sdk-all</artifactId>
        <version>0.1.5</version>
    </dependency>
</dependencies>

Alternatively, you may include only the specific parts of the sdk you need:

<properties>
    <version.dvelopsdk>0.1.5</version.dvelopsdk>
</properties>

<dependencies>
    <dependency>
        <groupId>com.d-velop.sdk</groupId>
        <artifactId>dvelop-sdk-tenant</artifactId>
        <version>${version.dvelopsdk}</version>
    </dependency>
    
    <dependency>
        <groupId>com.d-velop.sdk</groupId>
        <artifactId>dvelop-sdk-idp</artifactId>
        <version>${version.dvelopsdk}</version>
    </dependency>
</dependencies>

More info on usage of sdk classes will come soon.

Running the tests

Tests are run using maven surefire

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the releases on this repository.

License

Please read LICENSE for licensing information.

Acknowledgments

Thanks to the following projects for inspiration

com.d-velop.sdk

d.velop AG

Versions

Version
0.2.2
0.2.0
0.1.5
0.1.4