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