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