License |
License |
---|---|
GroupId | GroupIdcom.github.jerryxia |
ArtifactId | ArtifactIddevhelper |
Version | Version1.1.0 |
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.0.pom | |
devhelper-1.1.0.jar | 167 KB |
devhelper-1.1.0-sources.jar | 115 KB |
devhelper-1.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerryxia/devhelper/
implementation 'com.github.jerryxia:devhelper:1.1.0'
// https://jarcasting.com/artifacts/com.github.jerryxia/devhelper/
implementation ("com.github.jerryxia:devhelper:1.1.0")
'com.github.jerryxia:devhelper:jar:1.1.0'
<dependency org="com.github.jerryxia" name="devhelper" rev="1.1.0">
<artifact name="devhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jerryxia', module='devhelper', version='1.1.0')
)
libraryDependencies += "com.github.jerryxia" % "devhelper" % "1.1.0"
[com.github.jerryxia/devhelper "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.lmax : disruptor | jar | 3.4.2 |
com.github.jerryxia : dev-utils | jar | 0.0.15 |
com.vip.vjtools : vjkit | jar | 1.0.8 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
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.8.6 |
com.github.pagehelper : pagehelper Optional | jar | 5.1.4 |
org.springframework : spring-webmvc Optional | jar | 4.3.16.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |