Categories |
CategoriesMicroservices Container |
---|---|
GroupId | GroupIdcom.aol.microservices |
ArtifactId | ArtifactIdmicro-machine-stats |
Version | Version0.63 |
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.63</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.microservices/micro-machine-stats/
implementation 'com.aol.microservices:micro-machine-stats:0.63'
// https://jarcasting.com/artifacts/com.aol.microservices/micro-machine-stats/
implementation ("com.aol.microservices:micro-machine-stats:0.63")
'com.aol.microservices:micro-machine-stats:jar:0.63'
<dependency org="com.aol.microservices" name="micro-machine-stats" rev="0.63">
<artifact name="micro-machine-stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.microservices', module='micro-machine-stats', version='0.63')
)
libraryDependencies += "com.aol.microservices" % "micro-machine-stats" % "0.63"
[com.aol.microservices/micro-machine-stats "0.63"]