is not current version
Last Version 1.1.2

com.github.jerryxia:devhelper 1.0.26

This is a helper tool library in developing or testing java web application.

GroupId

GroupId

com.github.jerryxia
ArtifactId

ArtifactId

devhelper
Version

Version

1.0.26
Type

Type

jar

Download devhelper 1.0.26


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