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