GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdwoko-web-bootstrap3 |
Version | Version2.4-beta |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-web-bootstrap3/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-web-bootstrap3</artifactId>
<version>2.4-beta</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-web-bootstrap3/
implementation 'com.pojosontheweb:woko-web-bootstrap3:2.4-beta'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-web-bootstrap3/
implementation ("com.pojosontheweb:woko-web-bootstrap3:2.4-beta")
'com.pojosontheweb:woko-web-bootstrap3:war:2.4-beta'
<dependency org="com.pojosontheweb" name="woko-web-bootstrap3" rev="2.4-beta">
<artifact name="woko-web-bootstrap3" type="war" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-web-bootstrap3', version='2.4-beta')
)
libraryDependencies += "com.pojosontheweb" % "woko-web-bootstrap3" % "2.4-beta"
[com.pojosontheweb/woko-web-bootstrap3 "2.4-beta"]