License |
License |
---|---|
GroupId | GroupIdcom.github.zhangguangyong |
ArtifactId | ArtifactIdcodes |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncodes
Codes Parent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
codes-1.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhangguangyong/codes/ -->
<dependency>
<groupId>com.github.zhangguangyong</groupId>
<artifactId>codes</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangguangyong/codes/
implementation 'com.github.zhangguangyong:codes:1.0'
// https://jarcasting.com/artifacts/com.github.zhangguangyong/codes/
implementation ("com.github.zhangguangyong:codes:1.0")
'com.github.zhangguangyong:codes:pom:1.0'
<dependency org="com.github.zhangguangyong" name="codes" rev="1.0">
<artifact name="codes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangguangyong', module='codes', version='1.0')
)
libraryDependencies += "com.github.zhangguangyong" % "codes" % "1.0"
[com.github.zhangguangyong/codes "1.0"]