GroupId | GroupIdxyz.erupt |
---|---|
ArtifactId | ArtifactIderupt-tpl-ui.element-ui |
Version | Version1.10.0-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.erupt/erupt-tpl-ui.element-ui/ -->
<dependency>
<groupId>xyz.erupt</groupId>
<artifactId>erupt-tpl-ui.element-ui</artifactId>
<version>1.10.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.erupt/erupt-tpl-ui.element-ui/
implementation 'xyz.erupt:erupt-tpl-ui.element-ui:1.10.0-beta'
// https://jarcasting.com/artifacts/xyz.erupt/erupt-tpl-ui.element-ui/
implementation ("xyz.erupt:erupt-tpl-ui.element-ui:1.10.0-beta")
'xyz.erupt:erupt-tpl-ui.element-ui:jar:1.10.0-beta'
<dependency org="xyz.erupt" name="erupt-tpl-ui.element-ui" rev="1.10.0-beta">
<artifact name="erupt-tpl-ui.element-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.erupt', module='erupt-tpl-ui.element-ui', version='1.10.0-beta')
)
libraryDependencies += "xyz.erupt" % "erupt-tpl-ui.element-ui" % "1.10.0-beta"
[xyz.erupt/erupt-tpl-ui.element-ui "1.10.0-beta"]