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