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