| GroupId | GroupIdcom.hccake |
|---|---|
| ArtifactId | ArtifactIdballcat-auth-biz |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ballcat-auth-biz-0.3.0.pom | |
| ballcat-auth-biz-0.3.0.jar | 26 KB |
| ballcat-auth-biz-0.3.0-sources.jar | 18 KB |
| ballcat-auth-biz-0.3.0-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hccake/ballcat-auth-biz/ -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-auth-biz</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat-auth-biz/
implementation 'com.hccake:ballcat-auth-biz:0.3.0'
// https://jarcasting.com/artifacts/com.hccake/ballcat-auth-biz/
implementation ("com.hccake:ballcat-auth-biz:0.3.0")
'com.hccake:ballcat-auth-biz:jar:0.3.0'
<dependency org="com.hccake" name="ballcat-auth-biz" rev="0.3.0">
<artifact name="ballcat-auth-biz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat-auth-biz', version='0.3.0')
)
libraryDependencies += "com.hccake" % "ballcat-auth-biz" % "0.3.0"
[com.hccake/ballcat-auth-biz "0.3.0"]