Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.wso2.ei |
ArtifactId | ArtifactIdautomation-extensions |
Version | Version4.0.0-m8 |
Type | Typejar |
Filename | Size |
---|---|
automation-extensions-4.0.0-m8.pom | |
automation-extensions-4.0.0-m8.jar | 48 KB |
automation-extensions-4.0.0-m8-sources.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/automation-extensions/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>automation-extensions</artifactId>
<version>4.0.0-m8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/automation-extensions/
implementation 'org.wso2.ei:automation-extensions:4.0.0-m8'
// https://jarcasting.com/artifacts/org.wso2.ei/automation-extensions/
implementation ("org.wso2.ei:automation-extensions:4.0.0-m8")
'org.wso2.ei:automation-extensions:jar:4.0.0-m8'
<dependency org="org.wso2.ei" name="automation-extensions" rev="4.0.0-m8">
<artifact name="automation-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='automation-extensions', version='4.0.0-m8')
)
libraryDependencies += "org.wso2.ei" % "automation-extensions" % "4.0.0-m8"
[org.wso2.ei/automation-extensions "4.0.0-m8"]