Demo-Consumer

A service for demonstrating how to set up a basic demo consumer service.

License

License

GroupId

GroupId

com.github.keim-hs-esslingen.efs
ArtifactId

ArtifactId

demo-consumer-service
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Demo-Consumer
A service for demonstrating how to set up a basic demo consumer service.

Download demo-consumer-service

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.keim-hs-esslingen.efs/demo-consumer-service/ -->
<dependency>
    <groupId>com.github.keim-hs-esslingen.efs</groupId>
    <artifactId>demo-consumer-service</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.keim-hs-esslingen.efs/demo-consumer-service/
implementation 'com.github.keim-hs-esslingen.efs:demo-consumer-service:1.0.0'
// https://jarcasting.com/artifacts/com.github.keim-hs-esslingen.efs/demo-consumer-service/
implementation ("com.github.keim-hs-esslingen.efs:demo-consumer-service:1.0.0")
'com.github.keim-hs-esslingen.efs:demo-consumer-service:jar:1.0.0'
<dependency org="com.github.keim-hs-esslingen.efs" name="demo-consumer-service" rev="1.0.0">
  <artifact name="demo-consumer-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.keim-hs-esslingen.efs', module='demo-consumer-service', version='1.0.0')
)
libraryDependencies += "com.github.keim-hs-esslingen.efs" % "demo-consumer-service" % "1.0.0"
[com.github.keim-hs-esslingen.efs/demo-consumer-service "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.keim-hs-esslingen.efs : middleware-core jar 1.0.0
io.springfox : springfox-swagger2 jar 2.9.2
io.springfox : springfox-swagger-ui jar 2.9.2

Project Modules

There are no modules declared in this project.

EFS-Service-Parent

This artifact is a parent POM for services that want to use the middleware-core library as standalone services.

pom.xml parent block:

<parent>
  <groupId>de.hsesslingen.keim.efs</groupId>
  <artifactId>efs-service-parent</artifactId>
  <version>(lookup latest in central repo)</version>
</parent>
com.github.keim-hs-esslingen.efs

KEIM Fraunhofer Application Center @ Hochschule Esslingen

Versions

Version
1.0.0