Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.spotinst |
ArtifactId | ArtifactIdspotinst-functions-java-core |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotinst/spotinst-functions-java-core/ -->
<dependency>
<groupId>com.spotinst</groupId>
<artifactId>spotinst-functions-java-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotinst/spotinst-functions-java-core/
implementation 'com.spotinst:spotinst-functions-java-core:1.2'
// https://jarcasting.com/artifacts/com.spotinst/spotinst-functions-java-core/
implementation ("com.spotinst:spotinst-functions-java-core:1.2")
'com.spotinst:spotinst-functions-java-core:jar:1.2'
<dependency org="com.spotinst" name="spotinst-functions-java-core" rev="1.2">
<artifact name="spotinst-functions-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotinst', module='spotinst-functions-java-core', version='1.2')
)
libraryDependencies += "com.spotinst" % "spotinst-functions-java-core" % "1.2"
[com.spotinst/spotinst-functions-java-core "1.2"]