Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.dylanz666 |
ArtifactId | ArtifactIdapi-automation-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
api-automation-core-1.0.2.pom | |
api-automation-core-1.0.2.jar | 41 KB |
api-automation-core-1.0.2-sources.jar | 18 KB |
api-automation-core-1.0.2-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dylanz666/api-automation-core/ -->
<dependency>
<groupId>com.github.dylanz666</groupId>
<artifactId>api-automation-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dylanz666/api-automation-core/
implementation 'com.github.dylanz666:api-automation-core:1.0.2'
// https://jarcasting.com/artifacts/com.github.dylanz666/api-automation-core/
implementation ("com.github.dylanz666:api-automation-core:1.0.2")
'com.github.dylanz666:api-automation-core:jar:1.0.2'
<dependency org="com.github.dylanz666" name="api-automation-core" rev="1.0.2">
<artifact name="api-automation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dylanz666', module='api-automation-core', version='1.0.2')
)
libraryDependencies += "com.github.dylanz666" % "api-automation-core" % "1.0.2"
[com.github.dylanz666/api-automation-core "1.0.2"]