GroupId | GroupIdio.github.myui |
---|---|
ArtifactId | ArtifactIdhivemall-nlp |
Version | Version0.4.1-alpha.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.myui/hivemall-nlp/ -->
<dependency>
<groupId>io.github.myui</groupId>
<artifactId>hivemall-nlp</artifactId>
<version>0.4.1-alpha.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.myui/hivemall-nlp/
implementation 'io.github.myui:hivemall-nlp:0.4.1-alpha.5'
// https://jarcasting.com/artifacts/io.github.myui/hivemall-nlp/
implementation ("io.github.myui:hivemall-nlp:0.4.1-alpha.5")
'io.github.myui:hivemall-nlp:jar:0.4.1-alpha.5'
<dependency org="io.github.myui" name="hivemall-nlp" rev="0.4.1-alpha.5">
<artifact name="hivemall-nlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.myui', module='hivemall-nlp', version='0.4.1-alpha.5')
)
libraryDependencies += "io.github.myui" % "hivemall-nlp" % "0.4.1-alpha.5"
[io.github.myui/hivemall-nlp "0.4.1-alpha.5"]