Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.lanit-izh |
ArtifactId | ArtifactIdautomation-framework-core |
Version | Version3.0.99 |
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>3.0.99</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lanit-izh/automation-framework-core/
implementation 'com.github.lanit-izh:automation-framework-core:3.0.99'
// https://jarcasting.com/artifacts/com.github.lanit-izh/automation-framework-core/
implementation ("com.github.lanit-izh:automation-framework-core:3.0.99")
'com.github.lanit-izh:automation-framework-core:jar:3.0.99'
<dependency org="com.github.lanit-izh" name="automation-framework-core" rev="3.0.99">
<artifact name="automation-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lanit-izh', module='automation-framework-core', version='3.0.99')
)
libraryDependencies += "com.github.lanit-izh" % "automation-framework-core" % "3.0.99"
[com.github.lanit-izh/automation-framework-core "3.0.99"]