| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.autoscaler |
| ArtifactId | ArtifactIdautoscale-core |
| Version | Version1.5.0-275 |
| Type | Typejar |
| Filename | Size |
|---|---|
| autoscale-core-1.5.0-275.pom | |
| autoscale-core-1.5.0-275.jar | 31 KB |
| autoscale-core-1.5.0-275-sources.jar | 25 KB |
| autoscale-core-1.5.0-275-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-core/ -->
<dependency>
<groupId>com.github.autoscaler</groupId>
<artifactId>autoscale-core</artifactId>
<version>1.5.0-275</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-core/
implementation 'com.github.autoscaler:autoscale-core:1.5.0-275'
// https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-core/
implementation ("com.github.autoscaler:autoscale-core:1.5.0-275")
'com.github.autoscaler:autoscale-core:jar:1.5.0-275'
<dependency org="com.github.autoscaler" name="autoscale-core" rev="1.5.0-275">
<artifact name="autoscale-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autoscaler', module='autoscale-core', version='1.5.0-275')
)
libraryDependencies += "com.github.autoscaler" % "autoscale-core" % "1.5.0-275"
[com.github.autoscaler/autoscale-core "1.5.0-275"]