| GroupId | GroupIdcom.gitee.zxkxc |
|---|---|
| ArtifactId | ArtifactIdstvd-core |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stvd-core-1.0.pom | |
| stvd-core-1.0.jar | 149 KB |
| stvd-core-1.0-sources.jar | 92 KB |
| stvd-core-1.0-javadoc.jar | 575 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zxkxc/stvd-core/ -->
<dependency>
<groupId>com.gitee.zxkxc</groupId>
<artifactId>stvd-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zxkxc/stvd-core/
implementation 'com.gitee.zxkxc:stvd-core:1.0'
// https://jarcasting.com/artifacts/com.gitee.zxkxc/stvd-core/
implementation ("com.gitee.zxkxc:stvd-core:1.0")
'com.gitee.zxkxc:stvd-core:jar:1.0'
<dependency org="com.gitee.zxkxc" name="stvd-core" rev="1.0">
<artifact name="stvd-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zxkxc', module='stvd-core', version='1.0')
)
libraryDependencies += "com.gitee.zxkxc" % "stvd-core" % "1.0"
[com.gitee.zxkxc/stvd-core "1.0"]