| Группа | Группаcom.github.firststraw |
|---|---|
| Идентификатор | Идентификаторjasypt-convenience |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jasypt-convenience-1.0.pom | |
| jasypt-convenience-1.0.jar | 5 KB |
| jasypt-convenience-1.0-sources.jar | 4 KB |
| jasypt-convenience-1.0-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.firststraw/jasypt-convenience/ -->
<dependency>
<groupId>com.github.firststraw</groupId>
<artifactId>jasypt-convenience</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.firststraw/jasypt-convenience/
implementation 'com.github.firststraw:jasypt-convenience:1.0'
// https://jarcasting.com/artifacts/com.github.firststraw/jasypt-convenience/
implementation ("com.github.firststraw:jasypt-convenience:1.0")
'com.github.firststraw:jasypt-convenience:jar:1.0'
<dependency org="com.github.firststraw" name="jasypt-convenience" rev="1.0">
<artifact name="jasypt-convenience" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.firststraw', module='jasypt-convenience', version='1.0')
)
libraryDependencies += "com.github.firststraw" % "jasypt-convenience" % "1.0"
[com.github.firststraw/jasypt-convenience "1.0"]