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