Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.spotinst |
ArtifactId | ArtifactIdspotinst-functions-java-core |
Version | Version1.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotinst/spotinst-functions-java-core/
implementation 'com.spotinst:spotinst-functions-java-core:1.1'
// https://jarcasting.com/artifacts/com.spotinst/spotinst-functions-java-core/
implementation ("com.spotinst:spotinst-functions-java-core:1.1")
'com.spotinst:spotinst-functions-java-core:jar:1.1'
<dependency org="com.spotinst" name="spotinst-functions-java-core" rev="1.1">
<artifact name="spotinst-functions-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotinst', module='spotinst-functions-java-core', version='1.1')
)
libraryDependencies += "com.spotinst" % "spotinst-functions-java-core" % "1.1"
[com.spotinst/spotinst-functions-java-core "1.1"]