| GroupId | GroupIdedu.jhu.hlt |
|---|---|
| ArtifactId | ArtifactIdconcrete-stanford |
| Version | Version4.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| concrete-stanford-4.8.1.pom | |
| concrete-stanford-4.8.1.jar | 64 KB |
| concrete-stanford-4.8.1-sources.jar | 34 KB |
| concrete-stanford-4.8.1-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-stanford/ -->
<dependency>
<groupId>edu.jhu.hlt</groupId>
<artifactId>concrete-stanford</artifactId>
<version>4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-stanford/
implementation 'edu.jhu.hlt:concrete-stanford:4.8.1'
// https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-stanford/
implementation ("edu.jhu.hlt:concrete-stanford:4.8.1")
'edu.jhu.hlt:concrete-stanford:jar:4.8.1'
<dependency org="edu.jhu.hlt" name="concrete-stanford" rev="4.8.1">
<artifact name="concrete-stanford" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.jhu.hlt', module='concrete-stanford', version='4.8.1')
)
libraryDependencies += "edu.jhu.hlt" % "concrete-stanford" % "4.8.1"
[edu.jhu.hlt/concrete-stanford "4.8.1"]