License |
License |
---|---|
GroupId | GroupIdio.github.starlangsoftware |
ArtifactId | ArtifactIdHmm |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionNlpToolkit.Hmm
Hidden Markov Model Library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Hmm-1.0.3.pom | |
Hmm-1.0.3.jar | 9 KB |
Hmm-1.0.3-sources.jar | 5 KB |
Hmm-1.0.3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.starlangsoftware/Hmm/ -->
<dependency>
<groupId>io.github.starlangsoftware</groupId>
<artifactId>Hmm</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.starlangsoftware/Hmm/
implementation 'io.github.starlangsoftware:Hmm:1.0.3'
// https://jarcasting.com/artifacts/io.github.starlangsoftware/Hmm/
implementation ("io.github.starlangsoftware:Hmm:1.0.3")
'io.github.starlangsoftware:Hmm:jar:1.0.3'
<dependency org="io.github.starlangsoftware" name="Hmm" rev="1.0.3">
<artifact name="Hmm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.starlangsoftware', module='Hmm', version='1.0.3')
)
libraryDependencies += "io.github.starlangsoftware" % "Hmm" % "1.0.3"
[io.github.starlangsoftware/Hmm "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.github.starlangsoftware : Math | jar | 1.0.7 |
io.github.starlangsoftware : DataStructure | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |