License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.taymindis |
ArtifactId | ArtifactIdjava-helper |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-helper
Java Helper version 3.x.x for JAVA 11, prior 3.x.x is java 7
- SSL tls1.2 not working by default
- jsp as an API synchronizing issue
- PaaS(Page as a service) and etc...
- Transactional API
- Lock Request Process
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-helper-3.0.1.pom | |
java-helper-3.0.1.jar | 20 KB |
java-helper-3.0.1-sources.jar | 9 KB |
java-helper-3.0.1-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/java-helper/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>java-helper</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/java-helper/
implementation 'com.github.taymindis:java-helper:3.0.1'
// https://jarcasting.com/artifacts/com.github.taymindis/java-helper/
implementation ("com.github.taymindis:java-helper:3.0.1")
'com.github.taymindis:java-helper:jar:3.0.1'
<dependency org="com.github.taymindis" name="java-helper" rev="3.0.1">
<artifact name="java-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='java-helper', version='3.0.1')
)
libraryDependencies += "com.github.taymindis" % "java-helper" % "3.0.1"
[com.github.taymindis/java-helper "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.2 |
org.apache.tomcat : tomcat-jasper | jar | 9.0.39 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.13.1,) |