Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.lanit-izh |
ArtifactId | ArtifactIdautomation-framework-core |
Version | Version4.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lanit-izh/automation-framework-core/ -->
<dependency>
<groupId>com.github.lanit-izh</groupId>
<artifactId>automation-framework-core</artifactId>
<version>4.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lanit-izh/automation-framework-core/
implementation 'com.github.lanit-izh:automation-framework-core:4.0.10'
// https://jarcasting.com/artifacts/com.github.lanit-izh/automation-framework-core/
implementation ("com.github.lanit-izh:automation-framework-core:4.0.10")
'com.github.lanit-izh:automation-framework-core:jar:4.0.10'
<dependency org="com.github.lanit-izh" name="automation-framework-core" rev="4.0.10">
<artifact name="automation-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lanit-izh', module='automation-framework-core', version='4.0.10')
)
libraryDependencies += "com.github.lanit-izh" % "automation-framework-core" % "4.0.10"
[com.github.lanit-izh/automation-framework-core "4.0.10"]