Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.uitnet.testing |
ArtifactId | ArtifactIdsmart-testauto-framework |
Version | Version2.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.uitnet.testing/smart-testauto-framework/ -->
<dependency>
<groupId>org.uitnet.testing</groupId>
<artifactId>smart-testauto-framework</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.uitnet.testing/smart-testauto-framework/
implementation 'org.uitnet.testing:smart-testauto-framework:2.0.6'
// https://jarcasting.com/artifacts/org.uitnet.testing/smart-testauto-framework/
implementation ("org.uitnet.testing:smart-testauto-framework:2.0.6")
'org.uitnet.testing:smart-testauto-framework:jar:2.0.6'
<dependency org="org.uitnet.testing" name="smart-testauto-framework" rev="2.0.6">
<artifact name="smart-testauto-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uitnet.testing', module='smart-testauto-framework', version='2.0.6')
)
libraryDependencies += "org.uitnet.testing" % "smart-testauto-framework" % "2.0.6"
[org.uitnet.testing/smart-testauto-framework "2.0.6"]