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