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