commons
A collection of commonly used code
Maven Repository: http://mvnrepository.com/artifact/com.gregmarut.commons
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.gregmarut.commons |
| Идентификатор | Идентификаторencryption |
| Последняя версия | Последняя версия0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA collection of commonly used code
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| encryption-0.6.pom | |
| encryption-0.6.jar | 5 KB |
| encryption-0.6-sources.jar | 3 KB |
| encryption-0.6-javadoc.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gregmarut.commons/encryption/ -->
<dependency>
<groupId>com.gregmarut.commons</groupId>
<artifactId>encryption</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.commons/encryption/
implementation 'com.gregmarut.commons:encryption:0.6'
// https://jarcasting.com/artifacts/com.gregmarut.commons/encryption/
implementation ("com.gregmarut.commons:encryption:0.6")
'com.gregmarut.commons:encryption:jar:0.6'
<dependency org="com.gregmarut.commons" name="encryption" rev="0.6">
<artifact name="encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.commons', module='encryption', version='0.6')
)
libraryDependencies += "com.gregmarut.commons" % "encryption" % "0.6"
[com.gregmarut.commons/encryption "0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.gregmarut.commons : util | jar | 0.6 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| junit : junit | jar | 4.4 |
A collection of commonly used code
Maven Repository: http://mvnrepository.com/artifact/com.gregmarut.commons