License |
License |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdcommon |
Version | Version5.2.3 |
Type | Typepom |
Description |
DescriptionTesterum test automation platform
|
Filename | Size |
---|---|
common-5.2.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/common/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common</artifactId>
<version>5.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common/
implementation 'com.testerum:common:5.2.3'
// https://jarcasting.com/artifacts/com.testerum/common/
implementation ("com.testerum:common:5.2.3")
'com.testerum:common:pom:5.2.3'
<dependency org="com.testerum" name="common" rev="5.2.3">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common', version='5.2.3')
)
libraryDependencies += "com.testerum" % "common" % "5.2.3"
[com.testerum/common "5.2.3"]