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