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