GroupId | GroupIdcom.imsweb |
---|---|
ArtifactId | ArtifactIdstaging-algorithm-cs |
Version | Version02.05.50.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.imsweb/staging-algorithm-cs/ -->
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>staging-algorithm-cs</artifactId>
<version>02.05.50.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.imsweb/staging-algorithm-cs/
implementation 'com.imsweb:staging-algorithm-cs:02.05.50.3'
// https://jarcasting.com/artifacts/com.imsweb/staging-algorithm-cs/
implementation ("com.imsweb:staging-algorithm-cs:02.05.50.3")
'com.imsweb:staging-algorithm-cs:jar:02.05.50.3'
<dependency org="com.imsweb" name="staging-algorithm-cs" rev="02.05.50.3">
<artifact name="staging-algorithm-cs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imsweb', module='staging-algorithm-cs', version='02.05.50.3')
)
libraryDependencies += "com.imsweb" % "staging-algorithm-cs" % "02.05.50.3"
[com.imsweb/staging-algorithm-cs "02.05.50.3"]