GroupId | GroupIdcom.github.dotxyteam |
---|---|
ArtifactId | ArtifactIdcustom-ui |
Version | Version4.5.2 |
Type | Typejar |
Filename | Size |
---|---|
custom-ui-4.5.2.pom | |
custom-ui-4.5.2.jar | 2 MB |
custom-ui-4.5.2-sources.jar | 2 MB |
custom-ui-4.5.2-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dotxyteam/custom-ui/ -->
<dependency>
<groupId>com.github.dotxyteam</groupId>
<artifactId>custom-ui</artifactId>
<version>4.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dotxyteam/custom-ui/
implementation 'com.github.dotxyteam:custom-ui:4.5.2'
// https://jarcasting.com/artifacts/com.github.dotxyteam/custom-ui/
implementation ("com.github.dotxyteam:custom-ui:4.5.2")
'com.github.dotxyteam:custom-ui:jar:4.5.2'
<dependency org="com.github.dotxyteam" name="custom-ui" rev="4.5.2">
<artifact name="custom-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dotxyteam', module='custom-ui', version='4.5.2')
)
libraryDependencies += "com.github.dotxyteam" % "custom-ui" % "4.5.2"
[com.github.dotxyteam/custom-ui "4.5.2"]