GroupId | GroupIdorg.beangle.webmvc |
---|---|
ArtifactId | ArtifactIdbeangle-webmvc-bootstrap-ui |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.webmvc/beangle-webmvc-bootstrap-ui/ -->
<dependency>
<groupId>org.beangle.webmvc</groupId>
<artifactId>beangle-webmvc-bootstrap-ui</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.webmvc/beangle-webmvc-bootstrap-ui/
implementation 'org.beangle.webmvc:beangle-webmvc-bootstrap-ui:0.2.0'
// https://jarcasting.com/artifacts/org.beangle.webmvc/beangle-webmvc-bootstrap-ui/
implementation ("org.beangle.webmvc:beangle-webmvc-bootstrap-ui:0.2.0")
'org.beangle.webmvc:beangle-webmvc-bootstrap-ui:jar:0.2.0'
<dependency org="org.beangle.webmvc" name="beangle-webmvc-bootstrap-ui" rev="0.2.0">
<artifact name="beangle-webmvc-bootstrap-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.webmvc', module='beangle-webmvc-bootstrap-ui', version='0.2.0')
)
libraryDependencies += "org.beangle.webmvc" % "beangle-webmvc-bootstrap-ui" % "0.2.0"
[org.beangle.webmvc/beangle-webmvc-bootstrap-ui "0.2.0"]