Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.openkoreantext |
ArtifactId | ArtifactIdopen-korean-text-processor |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openkoreantext/open-korean-text-processor/ -->
<dependency>
<groupId>org.openkoreantext</groupId>
<artifactId>open-korean-text-processor</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openkoreantext/open-korean-text-processor/
implementation 'org.openkoreantext:open-korean-text-processor:1.0.1'
// https://jarcasting.com/artifacts/org.openkoreantext/open-korean-text-processor/
implementation ("org.openkoreantext:open-korean-text-processor:1.0.1")
'org.openkoreantext:open-korean-text-processor:jar:1.0.1'
<dependency org="org.openkoreantext" name="open-korean-text-processor" rev="1.0.1">
<artifact name="open-korean-text-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openkoreantext', module='open-korean-text-processor', version='1.0.1')
)
libraryDependencies += "org.openkoreantext" % "open-korean-text-processor" % "1.0.1"
[org.openkoreantext/open-korean-text-processor "1.0.1"]