Categories |
CategoriesSpoon Application Testing & Monitoring Code Analysis Square Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.spoon |
ArtifactId | ArtifactIdspoon-runner |
Version | Version1.5.3 |
Type | Typejar |
Filename | Size |
---|---|
spoon-runner-1.5.3.pom | |
spoon-runner-1.5.3.jar | 188 KB |
spoon-runner-1.5.3-sources.jar | 128 KB |
spoon-runner-1.5.3-javadoc.jar | 170 KB |
spoon-runner-1.5.3-jar-with-dependencies.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.spoon/spoon-runner/ -->
<dependency>
<groupId>com.squareup.spoon</groupId>
<artifactId>spoon-runner</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.spoon/spoon-runner/
implementation 'com.squareup.spoon:spoon-runner:1.5.3'
// https://jarcasting.com/artifacts/com.squareup.spoon/spoon-runner/
implementation ("com.squareup.spoon:spoon-runner:1.5.3")
'com.squareup.spoon:spoon-runner:jar:1.5.3'
<dependency org="com.squareup.spoon" name="spoon-runner" rev="1.5.3">
<artifact name="spoon-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.spoon', module='spoon-runner', version='1.5.3')
)
libraryDependencies += "com.squareup.spoon" % "spoon-runner" % "1.5.3"
[com.squareup.spoon/spoon-runner "1.5.3"]