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