GroupId | GroupIdcz.vutbr.fit.layout |
---|---|
ArtifactId | ArtifactIdfitlayout-render-cssbox |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cz.vutbr.fit.layout/fitlayout-render-cssbox/ -->
<dependency>
<groupId>cz.vutbr.fit.layout</groupId>
<artifactId>fitlayout-render-cssbox</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.vutbr.fit.layout/fitlayout-render-cssbox/
implementation 'cz.vutbr.fit.layout:fitlayout-render-cssbox:2.0.0'
// https://jarcasting.com/artifacts/cz.vutbr.fit.layout/fitlayout-render-cssbox/
implementation ("cz.vutbr.fit.layout:fitlayout-render-cssbox:2.0.0")
'cz.vutbr.fit.layout:fitlayout-render-cssbox:jar:2.0.0'
<dependency org="cz.vutbr.fit.layout" name="fitlayout-render-cssbox" rev="2.0.0">
<artifact name="fitlayout-render-cssbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.vutbr.fit.layout', module='fitlayout-render-cssbox', version='2.0.0')
)
libraryDependencies += "cz.vutbr.fit.layout" % "fitlayout-render-cssbox" % "2.0.0"
[cz.vutbr.fit.layout/fitlayout-render-cssbox "2.0.0"]