is not current version
Last Version 1.0.0

com.github.houbb:secret-test 0.0.1


GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

secret-test
Version

Version

0.0.1
Type

Type

jar

Download secret-test 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.houbb/secret-test/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>secret-test</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/secret-test/
implementation 'com.github.houbb:secret-test:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/secret-test/
implementation ("com.github.houbb:secret-test:0.0.1")
'com.github.houbb:secret-test:jar:0.0.1'
<dependency org="com.github.houbb" name="secret-test" rev="0.0.1">
  <artifact name="secret-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='secret-test', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "secret-test" % "0.0.1"
[com.github.houbb/secret-test "0.0.1"]