Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.psorobka |
ArtifactId | ArtifactIdappium-maven-plugin-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
appium-maven-plugin-parent-1.0.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psorobka/appium-maven-plugin-parent/ -->
<dependency>
<groupId>com.github.psorobka</groupId>
<artifactId>appium-maven-plugin-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.psorobka/appium-maven-plugin-parent/
implementation 'com.github.psorobka:appium-maven-plugin-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.psorobka/appium-maven-plugin-parent/
implementation ("com.github.psorobka:appium-maven-plugin-parent:1.0.0")
'com.github.psorobka:appium-maven-plugin-parent:pom:1.0.0'
<dependency org="com.github.psorobka" name="appium-maven-plugin-parent" rev="1.0.0">
<artifact name="appium-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.psorobka', module='appium-maven-plugin-parent', version='1.0.0')
)
libraryDependencies += "com.github.psorobka" % "appium-maven-plugin-parent" % "1.0.0"
[com.github.psorobka/appium-maven-plugin-parent "1.0.0"]