| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.robtimus |
| Идентификатор | Идентификаторobfuscation-core |
| Версия | Версия1.3 |
| Тип | Типjar |
| Описание |
Описаниеobfuscation-core
Provides functionality for obfuscating text
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| obfuscation-core-1.3.pom | |
| obfuscation-core-1.3.jar | 113 KB |
| obfuscation-core-1.3-sources.jar | 54 KB |
| obfuscation-core-1.3-javadoc.jar | 153 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-core/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>obfuscation-core</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-core/
implementation 'com.github.robtimus:obfuscation-core:1.3'
// https://jarcasting.com/artifacts/com.github.robtimus/obfuscation-core/
implementation ("com.github.robtimus:obfuscation-core:1.3")
'com.github.robtimus:obfuscation-core:jar:1.3'
<dependency org="com.github.robtimus" name="obfuscation-core" rev="1.3">
<artifact name="obfuscation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='obfuscation-core', version='1.3')
)
libraryDependencies += "com.github.robtimus" % "obfuscation-core" % "1.3"
[com.github.robtimus/obfuscation-core "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 3.4.4 |