GroupId | GroupIdedu.jhu.hlt |
---|---|
ArtifactId | ArtifactIdacute |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
acute-2.0.1.pom | |
acute-2.0.1.jar | 11 KB |
acute-2.0.1-sources.jar | 8 KB |
acute-2.0.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.jhu.hlt/acute/ -->
<dependency>
<groupId>edu.jhu.hlt</groupId>
<artifactId>acute</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.jhu.hlt/acute/
implementation 'edu.jhu.hlt:acute:2.0.1'
// https://jarcasting.com/artifacts/edu.jhu.hlt/acute/
implementation ("edu.jhu.hlt:acute:2.0.1")
'edu.jhu.hlt:acute:jar:2.0.1'
<dependency org="edu.jhu.hlt" name="acute" rev="2.0.1">
<artifact name="acute" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.jhu.hlt', module='acute', version='2.0.1')
)
libraryDependencies += "edu.jhu.hlt" % "acute" % "2.0.1"
[edu.jhu.hlt/acute "2.0.1"]