Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdedu.emory.clir |
ArtifactId | ArtifactIdclearnlp-bioinformatics-en-dep |
Version | Version3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/edu.emory.clir/clearnlp-bioinformatics-en-dep/ -->
<dependency>
<groupId>edu.emory.clir</groupId>
<artifactId>clearnlp-bioinformatics-en-dep</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.emory.clir/clearnlp-bioinformatics-en-dep/
implementation 'edu.emory.clir:clearnlp-bioinformatics-en-dep:3.0'
// https://jarcasting.com/artifacts/edu.emory.clir/clearnlp-bioinformatics-en-dep/
implementation ("edu.emory.clir:clearnlp-bioinformatics-en-dep:3.0")
'edu.emory.clir:clearnlp-bioinformatics-en-dep:jar:3.0'
<dependency org="edu.emory.clir" name="clearnlp-bioinformatics-en-dep" rev="3.0">
<artifact name="clearnlp-bioinformatics-en-dep" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.emory.clir', module='clearnlp-bioinformatics-en-dep', version='3.0')
)
libraryDependencies += "edu.emory.clir" % "clearnlp-bioinformatics-en-dep" % "3.0"
[edu.emory.clir/clearnlp-bioinformatics-en-dep "3.0"]