| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.web-commons |
| ArtifactId | ArtifactIdweb-common-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionweb-common-parent
Contains common settings for web-commons modules
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationGoogle Code |
| Filename | Size |
|---|---|
| web-common-parent-1.0.0.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-parent/ -->
<dependency>
<groupId>com.googlecode.web-commons</groupId>
<artifactId>web-common-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-parent/
implementation 'com.googlecode.web-commons:web-common-parent:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-parent/
implementation ("com.googlecode.web-commons:web-common-parent:1.0.0")
'com.googlecode.web-commons:web-common-parent:pom:1.0.0'
<dependency org="com.googlecode.web-commons" name="web-common-parent" rev="1.0.0">
<artifact name="web-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.web-commons', module='web-common-parent', version='1.0.0')
)
libraryDependencies += "com.googlecode.web-commons" % "web-common-parent" % "1.0.0"
[com.googlecode.web-commons/web-common-parent "1.0.0"]