| GroupId | GroupIdcom.github.houbb |
|---|---|
| ArtifactId | ArtifactIdparadise-test |
| Version | Version1.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| paradise-test-1.1.4.pom | |
| paradise-test-1.1.4.jar | 4 KB |
| paradise-test-1.1.4-sources.jar | 2 KB |
| paradise-test-1.1.4-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/paradise-test/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>paradise-test</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/paradise-test/
implementation 'com.github.houbb:paradise-test:1.1.4'
// https://jarcasting.com/artifacts/com.github.houbb/paradise-test/
implementation ("com.github.houbb:paradise-test:1.1.4")
'com.github.houbb:paradise-test:jar:1.1.4'
<dependency org="com.github.houbb" name="paradise-test" rev="1.1.4">
<artifact name="paradise-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='paradise-test', version='1.1.4')
)
libraryDependencies += "com.github.houbb" % "paradise-test" % "1.1.4"
[com.github.houbb/paradise-test "1.1.4"]