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