| GroupId | GroupIdcom.smith9.simply |
|---|---|
| ArtifactId | ArtifactIdsimply-runner |
| Version | Version1.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simply-runner-1.5.3.pom | |
| simply-runner-1.5.3.zip | 7 MB |
| simply-runner-1.5.3-sources.jar | 1 KB |
| simply-runner-1.5.3-javadoc.jar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.smith9.simply/simply-runner/ -->
<dependency>
<groupId>com.smith9.simply</groupId>
<artifactId>simply-runner</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.smith9.simply/simply-runner/
implementation 'com.smith9.simply:simply-runner:1.5.3'
// https://jarcasting.com/artifacts/com.smith9.simply/simply-runner/
implementation ("com.smith9.simply:simply-runner:1.5.3")
'com.smith9.simply:simply-runner:jar:1.5.3'
<dependency org="com.smith9.simply" name="simply-runner" rev="1.5.3">
<artifact name="simply-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smith9.simply', module='simply-runner', version='1.5.3')
)
libraryDependencies += "com.smith9.simply" % "simply-runner" % "1.5.3"
[com.smith9.simply/simply-runner "1.5.3"]