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