Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.openkoreantext |
ArtifactId | ArtifactIdopen-korean-text-processor |
Version | Version1.0 |
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</version>
</dependency>
// https://jarcasting.com/artifacts/org.openkoreantext/open-korean-text-processor/
implementation 'org.openkoreantext:open-korean-text-processor:1.0'
// https://jarcasting.com/artifacts/org.openkoreantext/open-korean-text-processor/
implementation ("org.openkoreantext:open-korean-text-processor:1.0")
'org.openkoreantext:open-korean-text-processor:jar:1.0'
<dependency org="org.openkoreantext" name="open-korean-text-processor" rev="1.0">
<artifact name="open-korean-text-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openkoreantext', module='open-korean-text-processor', version='1.0')
)
libraryDependencies += "org.openkoreantext" % "open-korean-text-processor" % "1.0"
[org.openkoreantext/open-korean-text-processor "1.0"]