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