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