Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.ibole |
ArtifactId | ArtifactIdmicroservice-container |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ibole/microservice-container/ -->
<dependency>
<groupId>com.github.ibole</groupId>
<artifactId>microservice-container</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ibole/microservice-container/
implementation 'com.github.ibole:microservice-container:1.0.7'
// https://jarcasting.com/artifacts/com.github.ibole/microservice-container/
implementation ("com.github.ibole:microservice-container:1.0.7")
'com.github.ibole:microservice-container:jar:1.0.7'
<dependency org="com.github.ibole" name="microservice-container" rev="1.0.7">
<artifact name="microservice-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ibole', module='microservice-container', version='1.0.7')
)
libraryDependencies += "com.github.ibole" % "microservice-container" % "1.0.7"
[com.github.ibole/microservice-container "1.0.7"]