GroupId | GroupIdedu.jhu.hlt |
---|---|
ArtifactId | ArtifactIdconcrete-core |
Version | Version4.14.1 |
Type | Typejar |
Filename | Size |
---|---|
concrete-core-4.14.1.pom | |
concrete-core-4.14.1.jar | 2 MB |
concrete-core-4.14.1-sources.jar | 541 KB |
concrete-core-4.14.1-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.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-core/
implementation 'edu.jhu.hlt:concrete-core:4.14.1'
// https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-core/
implementation ("edu.jhu.hlt:concrete-core:4.14.1")
'edu.jhu.hlt:concrete-core:jar:4.14.1'
<dependency org="edu.jhu.hlt" name="concrete-core" rev="4.14.1">
<artifact name="concrete-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.jhu.hlt', module='concrete-core', version='4.14.1')
)
libraryDependencies += "edu.jhu.hlt" % "concrete-core" % "4.14.1"
[edu.jhu.hlt/concrete-core "4.14.1"]