License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdcom.moxproxy |
ArtifactId | ArtifactIdparent |
Version | Version1.0.2 |
Type | Typepom |
Description |
DescriptionMoxProxy
Proxy that supports automated testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.0.2.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moxproxy/parent/ -->
<dependency>
<groupId>com.moxproxy</groupId>
<artifactId>parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.moxproxy/parent/
implementation 'com.moxproxy:parent:1.0.2'
// https://jarcasting.com/artifacts/com.moxproxy/parent/
implementation ("com.moxproxy:parent:1.0.2")
'com.moxproxy:parent:pom:1.0.2'
<dependency org="com.moxproxy" name="parent" rev="1.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.moxproxy', module='parent', version='1.0.2')
)
libraryDependencies += "com.moxproxy" % "parent" % "1.0.2"
[com.moxproxy/parent "1.0.2"]