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