Domain Controller Connector API
This project contains the domain controller connector API and it's model. The API is present in two variants: A 'normal' Spring Web API and a reactive Spring Webflux API.
License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.bremersee |
ArtifactId | ArtifactIddc-con-api-spring-reactive |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDomain Connector API
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.bremersee/dc-con-api-spring-reactive/ -->
<dependency>
<groupId>org.bremersee</groupId>
<artifactId>dc-con-api-spring-reactive</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bremersee/dc-con-api-spring-reactive/
implementation 'org.bremersee:dc-con-api-spring-reactive:2.2.0'
// https://jarcasting.com/artifacts/org.bremersee/dc-con-api-spring-reactive/
implementation ("org.bremersee:dc-con-api-spring-reactive:2.2.0")
'org.bremersee:dc-con-api-spring-reactive:jar:2.2.0'
<dependency org="org.bremersee" name="dc-con-api-spring-reactive" rev="2.2.0">
<artifact name="dc-con-api-spring-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bremersee', module='dc-con-api-spring-reactive', version='2.2.0')
)
libraryDependencies += "org.bremersee" % "dc-con-api-spring-reactive" % "2.2.0"
[org.bremersee/dc-con-api-spring-reactive "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bremersee : dc-con-model | jar | 2.2.0 |
org.springframework : spring-webflux | jar | |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.bremersee : common-base-test | jar | 2.2.2 |
org.bremersee : dc-con-api-spring | jar | 2.2.0 |
This project contains the domain controller connector API and it's model. The API is present in two variants: A 'normal' Spring Web API and a reactive Spring Webflux API.