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