| License |
License |
|---|---|
| GroupId | GroupIdcom.github.taymindis |
| ArtifactId | ArtifactIdJavaHelper |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavaHelper
Java Helper to help for
- SSL tls1.2 not working by default
- jsp as an API synchronizing issue
- PaaS(Page as a service) and etc...
- Lock Request Process
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| JavaHelper-1.0.5.pom | |
| JavaHelper-1.0.5.jar | 27 KB |
| JavaHelper-1.0.5-sources.jar | 10 KB |
| JavaHelper-1.0.5-javadoc.jar | 449 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/JavaHelper/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>JavaHelper</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/JavaHelper/
implementation 'com.github.taymindis:JavaHelper:1.0.5'
// https://jarcasting.com/artifacts/com.github.taymindis/JavaHelper/
implementation ("com.github.taymindis:JavaHelper:1.0.5")
'com.github.taymindis:JavaHelper:jar:1.0.5'
<dependency org="com.github.taymindis" name="JavaHelper" rev="1.0.5">
<artifact name="JavaHelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='JavaHelper', version='1.0.5')
)
libraryDependencies += "com.github.taymindis" % "JavaHelper" % "1.0.5"
[com.github.taymindis/JavaHelper "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |