GroupId | GroupIdcom.hannesdorfmann.mosby3 |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version3.0.0-alpha3 |
Type | Typejar |
Filename | Size |
---|---|
testing-3.0.0-alpha3.pom | |
testing-3.0.0-alpha3.jar | 3 KB |
testing-3.0.0-alpha3-sources.jar | 2 KB |
testing-3.0.0-alpha3-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann.mosby3/testing/ -->
<dependency>
<groupId>com.hannesdorfmann.mosby3</groupId>
<artifactId>testing</artifactId>
<version>3.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann.mosby3/testing/
implementation 'com.hannesdorfmann.mosby3:testing:3.0.0-alpha3'
// https://jarcasting.com/artifacts/com.hannesdorfmann.mosby3/testing/
implementation ("com.hannesdorfmann.mosby3:testing:3.0.0-alpha3")
'com.hannesdorfmann.mosby3:testing:jar:3.0.0-alpha3'
<dependency org="com.hannesdorfmann.mosby3" name="testing" rev="3.0.0-alpha3">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann.mosby3', module='testing', version='3.0.0-alpha3')
)
libraryDependencies += "com.hannesdorfmann.mosby3" % "testing" % "3.0.0-alpha3"
[com.hannesdorfmann.mosby3/testing "3.0.0-alpha3"]