GroupId | GroupIdedu.jhu.hlt |
---|---|
ArtifactId | ArtifactIdmiscommunication |
Version | Version4.8.4 |
Type | Typejar |
Filename | Size |
---|---|
miscommunication-4.8.4.pom | |
miscommunication-4.8.4.jar | 28 KB |
miscommunication-4.8.4-sources.jar | 25 KB |
miscommunication-4.8.4-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.jhu.hlt/miscommunication/ -->
<dependency>
<groupId>edu.jhu.hlt</groupId>
<artifactId>miscommunication</artifactId>
<version>4.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.jhu.hlt/miscommunication/
implementation 'edu.jhu.hlt:miscommunication:4.8.4'
// https://jarcasting.com/artifacts/edu.jhu.hlt/miscommunication/
implementation ("edu.jhu.hlt:miscommunication:4.8.4")
'edu.jhu.hlt:miscommunication:jar:4.8.4'
<dependency org="edu.jhu.hlt" name="miscommunication" rev="4.8.4">
<artifact name="miscommunication" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.jhu.hlt', module='miscommunication', version='4.8.4')
)
libraryDependencies += "edu.jhu.hlt" % "miscommunication" % "4.8.4"
[edu.jhu.hlt/miscommunication "4.8.4"]