License |
License |
---|---|
GroupId | GroupIdcom.idrsolutions |
ArtifactId | ArtifactIdbase-microservice-example |
Version | Version10.0.0 |
Type | Typejar |
Description |
DescriptionIDRsolutions Base Microservice Example
Provides the shared classes used by IDRsolutions microservice examples.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.idrsolutions/base-microservice-example/ -->
<dependency>
<groupId>com.idrsolutions</groupId>
<artifactId>base-microservice-example</artifactId>
<version>10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.idrsolutions/base-microservice-example/
implementation 'com.idrsolutions:base-microservice-example:10.0.0'
// https://jarcasting.com/artifacts/com.idrsolutions/base-microservice-example/
implementation ("com.idrsolutions:base-microservice-example:10.0.0")
'com.idrsolutions:base-microservice-example:jar:10.0.0'
<dependency org="com.idrsolutions" name="base-microservice-example" rev="10.0.0">
<artifact name="base-microservice-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.idrsolutions', module='base-microservice-example', version='10.0.0')
)
libraryDependencies += "com.idrsolutions" % "base-microservice-example" % "10.0.0"
[com.idrsolutions/base-microservice-example "10.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.json | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |