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