License |
License |
---|---|
GroupId | GroupIdio.github.starlangsoftware |
ArtifactId | ArtifactIdHmm |
Version | Version1.0.2 |
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.2.pom | |
Hmm-1.0.2.jar | 9 KB |
Hmm-1.0.2-sources.jar | 5 KB |
Hmm-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.starlangsoftware/Hmm/
implementation 'io.github.starlangsoftware:Hmm:1.0.2'
// https://jarcasting.com/artifacts/io.github.starlangsoftware/Hmm/
implementation ("io.github.starlangsoftware:Hmm:1.0.2")
'io.github.starlangsoftware:Hmm:jar:1.0.2'
<dependency org="io.github.starlangsoftware" name="Hmm" rev="1.0.2">
<artifact name="Hmm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.starlangsoftware', module='Hmm', version='1.0.2')
)
libraryDependencies += "io.github.starlangsoftware" % "Hmm" % "1.0.2"
[io.github.starlangsoftware/Hmm "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.github.starlangsoftware : Math | jar | 1.0.5 |
io.github.starlangsoftware : DataStructure | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |