Categories |
CategoriesMicroservices Container |
---|---|
GroupId | GroupIdcom.aol.microservices |
ArtifactId | ArtifactIdmicro-machine-stats |
Version | Version0.91.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aol.microservices/micro-machine-stats/ -->
<dependency>
<groupId>com.aol.microservices</groupId>
<artifactId>micro-machine-stats</artifactId>
<version>0.91.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.microservices/micro-machine-stats/
implementation 'com.aol.microservices:micro-machine-stats:0.91.8'
// https://jarcasting.com/artifacts/com.aol.microservices/micro-machine-stats/
implementation ("com.aol.microservices:micro-machine-stats:0.91.8")
'com.aol.microservices:micro-machine-stats:jar:0.91.8'
<dependency org="com.aol.microservices" name="micro-machine-stats" rev="0.91.8">
<artifact name="micro-machine-stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.microservices', module='micro-machine-stats', version='0.91.8')
)
libraryDependencies += "com.aol.microservices" % "micro-machine-stats" % "0.91.8"
[com.aol.microservices/micro-machine-stats "0.91.8"]