Categories |
CategoriesJava Languages Cucumber Application Testing & Monitoring ORM Data |
---|---|
GroupId | GroupIdcom.symphony.platformsolutions |
ArtifactId | ArtifactIdsymphony-bot-cucumber-tests-java |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.symphony.platformsolutions/symphony-bot-cucumber-tests-java/ -->
<dependency>
<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-bot-cucumber-tests-java</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.symphony.platformsolutions/symphony-bot-cucumber-tests-java/
implementation 'com.symphony.platformsolutions:symphony-bot-cucumber-tests-java:0.1'
// https://jarcasting.com/artifacts/com.symphony.platformsolutions/symphony-bot-cucumber-tests-java/
implementation ("com.symphony.platformsolutions:symphony-bot-cucumber-tests-java:0.1")
'com.symphony.platformsolutions:symphony-bot-cucumber-tests-java:jar:0.1'
<dependency org="com.symphony.platformsolutions" name="symphony-bot-cucumber-tests-java" rev="0.1">
<artifact name="symphony-bot-cucumber-tests-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.symphony.platformsolutions', module='symphony-bot-cucumber-tests-java', version='0.1')
)
libraryDependencies += "com.symphony.platformsolutions" % "symphony-bot-cucumber-tests-java" % "0.1"
[com.symphony.platformsolutions/symphony-bot-cucumber-tests-java "0.1"]