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