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