GroupId | GroupIdcom.imsweb |
---|---|
ArtifactId | ArtifactIdstaging-algorithm-cs |
Version | Version02.05.50 |
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</version>
</dependency>
// https://jarcasting.com/artifacts/com.imsweb/staging-algorithm-cs/
implementation 'com.imsweb:staging-algorithm-cs:02.05.50'
// https://jarcasting.com/artifacts/com.imsweb/staging-algorithm-cs/
implementation ("com.imsweb:staging-algorithm-cs:02.05.50")
'com.imsweb:staging-algorithm-cs:jar:02.05.50'
<dependency org="com.imsweb" name="staging-algorithm-cs" rev="02.05.50">
<artifact name="staging-algorithm-cs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imsweb', module='staging-algorithm-cs', version='02.05.50')
)
libraryDependencies += "com.imsweb" % "staging-algorithm-cs" % "02.05.50"
[com.imsweb/staging-algorithm-cs "02.05.50"]