GroupId | GroupIdorg.olengski |
---|---|
ArtifactId | ArtifactIdwebutils |
Version | Version1.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
webutils-1.3-RELEASE.pom | |
webutils-1.3-RELEASE.jar | 14 KB |
webutils-1.3-RELEASE-sources.jar | 8 KB |
webutils-1.3-RELEASE-javadoc.jar | 70 KB |
Browse |
<!-- 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"]