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