GroupId | GroupIdhm.binkley |
---|---|
ArtifactId | ArtifactIdbinkley-testing |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
binkley-testing-0.4.pom | |
binkley-testing-0.4.jar | 4 KB |
binkley-testing-0.4-sources.jar | 2 KB |
binkley-testing-0.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hm.binkley/binkley-testing/ -->
<dependency>
<groupId>hm.binkley</groupId>
<artifactId>binkley-testing</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/hm.binkley/binkley-testing/
implementation 'hm.binkley:binkley-testing:0.4'
// https://jarcasting.com/artifacts/hm.binkley/binkley-testing/
implementation ("hm.binkley:binkley-testing:0.4")
'hm.binkley:binkley-testing:jar:0.4'
<dependency org="hm.binkley" name="binkley-testing" rev="0.4">
<artifact name="binkley-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='hm.binkley', module='binkley-testing', version='0.4')
)
libraryDependencies += "hm.binkley" % "binkley-testing" % "0.4"
[hm.binkley/binkley-testing "0.4"]