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