Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.okapi.steps |
ArtifactId | ArtifactIdokapi-step-wordcount |
Version | Version1.39.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.okapi.steps/okapi-step-wordcount/ -->
<dependency>
<groupId>net.sf.okapi.steps</groupId>
<artifactId>okapi-step-wordcount</artifactId>
<version>1.39.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.okapi.steps/okapi-step-wordcount/
implementation 'net.sf.okapi.steps:okapi-step-wordcount:1.39.0'
// https://jarcasting.com/artifacts/net.sf.okapi.steps/okapi-step-wordcount/
implementation ("net.sf.okapi.steps:okapi-step-wordcount:1.39.0")
'net.sf.okapi.steps:okapi-step-wordcount:jar:1.39.0'
<dependency org="net.sf.okapi.steps" name="okapi-step-wordcount" rev="1.39.0">
<artifact name="okapi-step-wordcount" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.okapi.steps', module='okapi-step-wordcount', version='1.39.0')
)
libraryDependencies += "net.sf.okapi.steps" % "okapi-step-wordcount" % "1.39.0"
[net.sf.okapi.steps/okapi-step-wordcount "1.39.0"]