GroupId | GroupIdedu.utah.bmi.nlp |
---|---|
ArtifactId | ArtifactIdsection-detector-r |
Version | Version1.3.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/section-detector-r/
implementation 'edu.utah.bmi.nlp:section-detector-r:1.3.0'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/section-detector-r/
implementation ("edu.utah.bmi.nlp:section-detector-r:1.3.0")
'edu.utah.bmi.nlp:section-detector-r:jar:1.3.0'
<dependency org="edu.utah.bmi.nlp" name="section-detector-r" rev="1.3.0">
<artifact name="section-detector-r" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='section-detector-r', version='1.3.0')
)
libraryDependencies += "edu.utah.bmi.nlp" % "section-detector-r" % "1.3.0"
[edu.utah.bmi.nlp/section-detector-r "1.3.0"]