b

base-microservice-example

Provides the shared classes used by IDRsolutions microservice examples.
https://github.com/idrsolutions/base-microservice-example
The Apache License, Version 2.0
IDRsolutions
Files download
File Operation
base-microservice-example-13.0.0.jar download
base-microservice-example-13.0.0.pom download
base-microservice-example-13.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.idrsolutions</groupId>
  <artifactId>base-microservice-example</artifactId>
  <version>13.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.idrsolutions:base-microservice-example:13.0.0'
Gradle Kotlin
implementation("com.idrsolutions:base-microservice-example:13.0.0")
Scala SBT
libraryDependencies += "com.idrsolutions" % "base-microservice-example" % "13.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.idrsolutions', module='base-microservice-example', version='13.0.0')
)
Apache Ivy
<dependency org="com.idrsolutions" name="base-microservice-example" rev="13.0.0" />
Leiningen
[com.idrsolutions/base-microservice-example "13.0.0"]
Apache Buildr
'com.idrsolutions:base-microservice-example:jar:13.0.0'
Dependencies