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