GroupId | GroupIdcom.imsweb |
---|---|
ArtifactId | ArtifactIdalgorithms |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
algorithms-1.8.pom | |
algorithms-1.8.jar | 3 MB |
algorithms-1.8-sources.jar | 3 MB |
algorithms-1.8-javadoc.jar | 294 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.imsweb/algorithms/ -->
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>algorithms</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation 'com.imsweb:algorithms:1.8'
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation ("com.imsweb:algorithms:1.8")
'com.imsweb:algorithms:jar:1.8'
<dependency org="com.imsweb" name="algorithms" rev="1.8">
<artifact name="algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imsweb', module='algorithms', version='1.8')
)
libraryDependencies += "com.imsweb" % "algorithms" % "1.8"
[com.imsweb/algorithms "1.8"]