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-12.0.2.jar download
base-microservice-example-12.0.2.pom download
base-microservice-example-12.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.idrsolutions</groupId>
  <artifactId>base-microservice-example</artifactId>
  <version>12.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.idrsolutions:base-microservice-example:12.0.2'
Gradle Kotlin
implementation("com.idrsolutions:base-microservice-example:12.0.2")
Scala SBT
libraryDependencies += "com.idrsolutions" % "base-microservice-example" % "12.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.idrsolutions', module='base-microservice-example', version='12.0.2')
)
Apache Ivy
<dependency org="com.idrsolutions" name="base-microservice-example" rev="12.0.2" />
Leiningen
[com.idrsolutions/base-microservice-example "12.0.2"]
Apache Buildr
'com.idrsolutions:base-microservice-example:jar:12.0.2'
Dependencies