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