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