GroupId | GroupIdedu.utah.bmi.nlp |
---|---|
ArtifactId | ArtifactIdsection-detector-r |
Version | Version1.3.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/edu.utah.bmi.nlp/section-detector-r/ -->
<dependency>
<groupId>edu.utah.bmi.nlp</groupId>
<artifactId>section-detector-r</artifactId>
<version>1.3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/section-detector-r/
implementation 'edu.utah.bmi.nlp:section-detector-r:1.3.1.7'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/section-detector-r/
implementation ("edu.utah.bmi.nlp:section-detector-r:1.3.1.7")
'edu.utah.bmi.nlp:section-detector-r:jar:1.3.1.7'
<dependency org="edu.utah.bmi.nlp" name="section-detector-r" rev="1.3.1.7">
<artifact name="section-detector-r" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='section-detector-r', version='1.3.1.7')
)
libraryDependencies += "edu.utah.bmi.nlp" % "section-detector-r" % "1.3.1.7"
[edu.utah.bmi.nlp/section-detector-r "1.3.1.7"]