| GroupId | GroupIdcom.github.houbb |
|---|---|
| ArtifactId | ArtifactIdsecret |
| Version | Version0.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| secret-0.0.1.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/secret/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>secret</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/secret/
implementation 'com.github.houbb:secret:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/secret/
implementation ("com.github.houbb:secret:0.0.1")
'com.github.houbb:secret:pom:0.0.1'
<dependency org="com.github.houbb" name="secret" rev="0.0.1">
<artifact name="secret" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='secret', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "secret" % "0.0.1"
[com.github.houbb/secret "0.0.1"]