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