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