| GroupId | GroupIdorg.newhart |
|---|---|
| ArtifactId | ArtifactIdnewhart_2.9.2 |
| Version | Version0.4.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| newhart_2.9.2-0.4.4.pom | |
| newhart_2.9.2-0.4.4.jar | 240 KB |
| newhart_2.9.2-0.4.4-sources.jar | 28 KB |
| newhart_2.9.2-0.4.4-javadoc.jar | 369 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.newhart/newhart_2.9.2/ -->
<dependency>
<groupId>org.newhart</groupId>
<artifactId>newhart_2.9.2</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.newhart/newhart_2.9.2/
implementation 'org.newhart:newhart_2.9.2:0.4.4'
// https://jarcasting.com/artifacts/org.newhart/newhart_2.9.2/
implementation ("org.newhart:newhart_2.9.2:0.4.4")
'org.newhart:newhart_2.9.2:jar:0.4.4'
<dependency org="org.newhart" name="newhart_2.9.2" rev="0.4.4">
<artifact name="newhart_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.newhart', module='newhart_2.9.2', version='0.4.4')
)
libraryDependencies += "org.newhart" % "newhart_2.9.2" % "0.4.4"
[org.newhart/newhart_2.9.2 "0.4.4"]