GroupId | GroupIdcom.crosstreelabs |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
testing-0.3.1.pom | |
testing-0.3.1.jar | 16 KB |
testing-0.3.1-sources.jar | 7 KB |
testing-0.3.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crosstreelabs/testing/ -->
<dependency>
<groupId>com.crosstreelabs</groupId>
<artifactId>testing</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.crosstreelabs/testing/
implementation 'com.crosstreelabs:testing:0.3.1'
// https://jarcasting.com/artifacts/com.crosstreelabs/testing/
implementation ("com.crosstreelabs:testing:0.3.1")
'com.crosstreelabs:testing:jar:0.3.1'
<dependency org="com.crosstreelabs" name="testing" rev="0.3.1">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crosstreelabs', module='testing', version='0.3.1')
)
libraryDependencies += "com.crosstreelabs" % "testing" % "0.3.1"
[com.crosstreelabs/testing "0.3.1"]