License |
License |
---|---|
GroupId | GroupIdcom.thoughtworks.proxytoys |
ArtifactId | ArtifactIdproxytoys-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionProxyToys Parent
Please refer to the <a href="http://proxytoys.codehaus.org/">site</a> for documentation.
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
proxytoys-parent-1.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.proxytoys/proxytoys-parent/ -->
<dependency>
<groupId>com.thoughtworks.proxytoys</groupId>
<artifactId>proxytoys-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.proxytoys/proxytoys-parent/
implementation 'com.thoughtworks.proxytoys:proxytoys-parent:1.0'
// https://jarcasting.com/artifacts/com.thoughtworks.proxytoys/proxytoys-parent/
implementation ("com.thoughtworks.proxytoys:proxytoys-parent:1.0")
'com.thoughtworks.proxytoys:proxytoys-parent:pom:1.0'
<dependency org="com.thoughtworks.proxytoys" name="proxytoys-parent" rev="1.0">
<artifact name="proxytoys-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.proxytoys', module='proxytoys-parent', version='1.0')
)
libraryDependencies += "com.thoughtworks.proxytoys" % "proxytoys-parent" % "1.0"
[com.thoughtworks.proxytoys/proxytoys-parent "1.0"]