License |
License |
---|---|
GroupId | GroupIdcom.jeffrodriguez |
ArtifactId | ArtifactIdwebtools |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionWeb Tools
A set of web-oriented tools for Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
webtools-0.2.0.pom | |
webtools-0.2.0.jar | 17 KB |
webtools-0.2.0-sources.jar | 16 KB |
webtools-0.2.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeffrodriguez/webtools/ -->
<dependency>
<groupId>com.jeffrodriguez</groupId>
<artifactId>webtools</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeffrodriguez/webtools/
implementation 'com.jeffrodriguez:webtools:0.2.0'
// https://jarcasting.com/artifacts/com.jeffrodriguez/webtools/
implementation ("com.jeffrodriguez:webtools:0.2.0")
'com.jeffrodriguez:webtools:jar:0.2.0'
<dependency org="com.jeffrodriguez" name="webtools" rev="0.2.0">
<artifact name="webtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeffrodriguez', module='webtools', version='0.2.0')
)
libraryDependencies += "com.jeffrodriguez" % "webtools" % "0.2.0"
[com.jeffrodriguez/webtools "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jeffrodriguez : xmlwrapper | jar | 2.1.0 |
commons-codec : commons-codec | jar | 1.6 |
commons-io : commons-io | jar | 2.3 |
net.sf.jsog : jsog | jar | 0.33 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 3.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |