GroupId | GroupIdcom.zaubersoftware.commons.web |
---|---|
ArtifactId | ArtifactIdcommons-web-utils |
Version | Version3.51 |
Type | Typejar |
Filename | Size |
---|---|
commons-web-utils-3.51.pom | |
commons-web-utils-3.51.jar | 19 KB |
commons-web-utils-3.51-sources.jar | 18 KB |
commons-web-utils-3.51-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-utils/ -->
<dependency>
<groupId>com.zaubersoftware.commons.web</groupId>
<artifactId>commons-web-utils</artifactId>
<version>3.51</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-utils/
implementation 'com.zaubersoftware.commons.web:commons-web-utils:3.51'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-utils/
implementation ("com.zaubersoftware.commons.web:commons-web-utils:3.51")
'com.zaubersoftware.commons.web:commons-web-utils:jar:3.51'
<dependency org="com.zaubersoftware.commons.web" name="commons-web-utils" rev="3.51">
<artifact name="commons-web-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.web', module='commons-web-utils', version='3.51')
)
libraryDependencies += "com.zaubersoftware.commons.web" % "commons-web-utils" % "3.51"
[com.zaubersoftware.commons.web/commons-web-utils "3.51"]