GroupId | GroupIdcom.github.veithen.cosmos |
---|---|
ArtifactId | ArtifactIdcosmos-testing |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
cosmos-testing-0.3.pom | |
cosmos-testing-0.3.jar | 5 KB |
cosmos-testing-0.3-sources.jar | 4 KB |
cosmos-testing-0.3-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-testing/ -->
<dependency>
<groupId>com.github.veithen.cosmos</groupId>
<artifactId>cosmos-testing</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-testing/
implementation 'com.github.veithen.cosmos:cosmos-testing:0.3'
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/cosmos-testing/
implementation ("com.github.veithen.cosmos:cosmos-testing:0.3")
'com.github.veithen.cosmos:cosmos-testing:jar:0.3'
<dependency org="com.github.veithen.cosmos" name="cosmos-testing" rev="0.3">
<artifact name="cosmos-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.cosmos', module='cosmos-testing', version='0.3')
)
libraryDependencies += "com.github.veithen.cosmos" % "cosmos-testing" % "0.3"
[com.github.veithen.cosmos/cosmos-testing "0.3"]