| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования |
| Группа | Группаcom.github.taymindis |
| Идентификатор | Идентификаторjava-helper |
| Последняя версия | Последняя версия3.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjava-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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.2 |
| org.apache.tomcat : tomcat-jasper | jar | 9.0.39 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | [4.13.1,) |