is not current version
Last Version 1.4-RELEASE

org.olengski:webutils 1.3-RELEASE

Web Utilities for various web-related operations

GroupId

GroupId

org.olengski
ArtifactId

ArtifactId

webutils
Version

Version

1.3-RELEASE
Type

Type

jar

Download webutils 1.3-RELEASE


<!-- https://jarcasting.com/artifacts/org.olengski/webutils/ -->
<dependency>
    <groupId>org.olengski</groupId>
    <artifactId>webutils</artifactId>
    <version>1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.olengski/webutils/
implementation 'org.olengski:webutils:1.3-RELEASE'
// https://jarcasting.com/artifacts/org.olengski/webutils/
implementation ("org.olengski:webutils:1.3-RELEASE")
'org.olengski:webutils:jar:1.3-RELEASE'
<dependency org="org.olengski" name="webutils" rev="1.3-RELEASE">
  <artifact name="webutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.olengski', module='webutils', version='1.3-RELEASE')
)
libraryDependencies += "org.olengski" % "webutils" % "1.3-RELEASE"
[org.olengski/webutils "1.3-RELEASE"]