GroupId | GroupIdcom.zaubersoftware.commons.web |
---|---|
ArtifactId | ArtifactIdcommons-web-parent |
Version | Version3.51 |
Type | Typepom |
Filename | Size |
---|---|
commons-web-parent-3.51.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.51</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.51'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-parent/
implementation ("com.zaubersoftware.commons.web:commons-web-parent:3.51")
'com.zaubersoftware.commons.web:commons-web-parent:pom:3.51'
<dependency org="com.zaubersoftware.commons.web" name="commons-web-parent" rev="3.51">
<artifact name="commons-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.web', module='commons-web-parent', version='3.51')
)
libraryDependencies += "com.zaubersoftware.commons.web" % "commons-web-parent" % "3.51"
[com.zaubersoftware.commons.web/commons-web-parent "3.51"]