GroupId | GroupIdcom.zaubersoftware.commons.web |
---|---|
ArtifactId | ArtifactIdcommons-web-parent |
Version | Version3.52 |
Type | Typepom |
Filename | Size |
---|---|
commons-web-parent-3.52.pom | 769 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-parent/ -->
<dependency>
<groupId>com.zaubersoftware.commons.web</groupId>
<artifactId>commons-web-parent</artifactId>
<version>3.52</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-parent/
implementation 'com.zaubersoftware.commons.web:commons-web-parent:3.52'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-parent/
implementation ("com.zaubersoftware.commons.web:commons-web-parent:3.52")
'com.zaubersoftware.commons.web:commons-web-parent:pom:3.52'
<dependency org="com.zaubersoftware.commons.web" name="commons-web-parent" rev="3.52">
<artifact name="commons-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.web', module='commons-web-parent', version='3.52')
)
libraryDependencies += "com.zaubersoftware.commons.web" % "commons-web-parent" % "3.52"
[com.zaubersoftware.commons.web/commons-web-parent "3.52"]