| GroupId | GroupIdcom.github.houbb |
|---|---|
| ArtifactId | ArtifactIdsensitive-core |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sensitive-core-0.0.2.pom | |
| sensitive-core-0.0.2.jar | 19 KB |
| sensitive-core-0.0.2-sources.jar | 17 KB |
| sensitive-core-0.0.2-javadoc.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sensitive-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sensitive-core/
implementation 'com.github.houbb:sensitive-core:0.0.2'
// https://jarcasting.com/artifacts/com.github.houbb/sensitive-core/
implementation ("com.github.houbb:sensitive-core:0.0.2")
'com.github.houbb:sensitive-core:jar:0.0.2'
<dependency org="com.github.houbb" name="sensitive-core" rev="0.0.2">
<artifact name="sensitive-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sensitive-core', version='0.0.2')
)
libraryDependencies += "com.github.houbb" % "sensitive-core" % "0.0.2"
[com.github.houbb/sensitive-core "0.0.2"]