| GroupId | GroupIdcom.github.pandafw |
|---|---|
| ArtifactId | ArtifactIdpanda-gems-users |
| Version | Version1.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| panda-gems-users-1.6.0.pom | |
| panda-gems-users-1.6.0.jar | 97 KB |
| panda-gems-users-1.6.0-sources.jar | 76 KB |
| panda-gems-users-1.6.0-javadoc.jar | 241 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-gems-users/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-gems-users</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-gems-users/
implementation 'com.github.pandafw:panda-gems-users:1.6.0'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-gems-users/
implementation ("com.github.pandafw:panda-gems-users:1.6.0")
'com.github.pandafw:panda-gems-users:jar:1.6.0'
<dependency org="com.github.pandafw" name="panda-gems-users" rev="1.6.0">
<artifact name="panda-gems-users" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-gems-users', version='1.6.0')
)
libraryDependencies += "com.github.pandafw" % "panda-gems-users" % "1.6.0"
[com.github.pandafw/panda-gems-users "1.6.0"]