| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jasypt |
| Идентификатор | Идентификаторjasypt-spring3 |
| Последняя версия | Последняя версия1.9.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJASYPT: Java Simplified Encryption
Java library which enables encryption in java apps with minimum effort.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jasypt-spring3-1.9.3.pom | |
| jasypt-spring3-1.9.3.jar | 47 KB |
| jasypt-spring3-1.9.3-sources.jar | 47 KB |
| jasypt-spring3-1.9.3-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-spring3/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-spring3</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-spring3/
implementation 'org.jasypt:jasypt-spring3:1.9.3'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-spring3/
implementation ("org.jasypt:jasypt-spring3:1.9.3")
'org.jasypt:jasypt-spring3:jar:1.9.3'
<dependency org="org.jasypt" name="jasypt-spring3" rev="1.9.3">
<artifact name="jasypt-spring3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-spring3', version='1.9.3')
)
libraryDependencies += "org.jasypt" % "jasypt-spring3" % "1.9.3"
[org.jasypt/jasypt-spring3 "1.9.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jasypt : jasypt | jar | 1.9.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-core Необязательный | jar | 3.0.0.RELEASE |
| org.springframework : spring-beans Необязательный | jar | 3.0.0.RELEASE |
| org.springframework : spring-web Необязательный | jar | 3.0.0.RELEASE |
| javax.servlet : servlet-api Необязательный | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| commons-lang : commons-lang | jar | 2.1 |