License |
License |
---|---|
GroupId | GroupIdcom.github.jerryxia |
ArtifactId | ArtifactIddevhelper |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondevhelper
This is a helper tool library in developing or testing java web application.
|
Project URL |
Project URL |
Filename | Size |
---|---|
devhelper-1.1.2.pom | |
devhelper-1.1.2.jar | 167 KB |
devhelper-1.1.2-sources.jar | 115 KB |
devhelper-1.1.2-javadoc.jar | 616 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jerryxia/devhelper/ -->
<dependency>
<groupId>com.github.jerryxia</groupId>
<artifactId>devhelper</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerryxia/devhelper/
implementation 'com.github.jerryxia:devhelper:1.1.2'
// https://jarcasting.com/artifacts/com.github.jerryxia/devhelper/
implementation ("com.github.jerryxia:devhelper:1.1.2")
'com.github.jerryxia:devhelper:jar:1.1.2'
<dependency org="com.github.jerryxia" name="devhelper" rev="1.1.2">
<artifact name="devhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jerryxia', module='devhelper', version='1.1.2')
)
libraryDependencies += "com.github.jerryxia" % "devhelper" % "1.1.2"
[com.github.jerryxia/devhelper "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.lmax : disruptor | jar | 3.4.2 |
com.github.jerryxia : dev-utils | jar | 0.0.17 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
com.vip.vjtools : vjkit Optional | jar | 1.0.8 |
ch.qos.logback : logback-classic Optional | jar | 1.2.2 |
log4j : log4j Optional | jar | 1.2.17 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.9.10.7 |
org.springframework : spring-webmvc Optional | jar | 4.3.20.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |