GroupId | GroupIdcom.slickqa |
---|---|
ArtifactId | ArtifactIdexecutioner-executable |
Version | Version2.0.0-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.slickqa/executioner-executable/ -->
<dependency>
<groupId>com.slickqa</groupId>
<artifactId>executioner-executable</artifactId>
<version>2.0.0-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.slickqa/executioner-executable/
implementation 'com.slickqa:executioner-executable:2.0.0-5'
// https://jarcasting.com/artifacts/com.slickqa/executioner-executable/
implementation ("com.slickqa:executioner-executable:2.0.0-5")
'com.slickqa:executioner-executable:jar:2.0.0-5'
<dependency org="com.slickqa" name="executioner-executable" rev="2.0.0-5">
<artifact name="executioner-executable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.slickqa', module='executioner-executable', version='2.0.0-5')
)
libraryDependencies += "com.slickqa" % "executioner-executable" % "2.0.0-5"
[com.slickqa/executioner-executable "2.0.0-5"]