| GroupId | GroupIdcom.langdashu |
|---|---|
| ArtifactId | ArtifactIdflexible-uid |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| flexible-uid-1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.langdashu/flexible-uid/ -->
<dependency>
<groupId>com.langdashu</groupId>
<artifactId>flexible-uid</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.langdashu/flexible-uid/
implementation 'com.langdashu:flexible-uid:1.0'
// https://jarcasting.com/artifacts/com.langdashu/flexible-uid/
implementation ("com.langdashu:flexible-uid:1.0")
'com.langdashu:flexible-uid:pom:1.0'
<dependency org="com.langdashu" name="flexible-uid" rev="1.0">
<artifact name="flexible-uid" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.langdashu', module='flexible-uid', version='1.0')
)
libraryDependencies += "com.langdashu" % "flexible-uid" % "1.0"
[com.langdashu/flexible-uid "1.0"]