| GroupId | GroupIdcom.pojosontheweb |
|---|---|
| ArtifactId | ArtifactIdwoko-web-bootstrap |
| Version | Version2.1-beta7 |
| Type | Typewar |
| Filename | Size |
|---|---|
| woko-web-bootstrap-2.1-beta7.pom | |
| woko-web-bootstrap-2.1-beta7.war | 902 KB |
| woko-web-bootstrap-2.1-beta7-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-web-bootstrap/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-web-bootstrap</artifactId>
<version>2.1-beta7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-web-bootstrap/
implementation 'com.pojosontheweb:woko-web-bootstrap:2.1-beta7'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-web-bootstrap/
implementation ("com.pojosontheweb:woko-web-bootstrap:2.1-beta7")
'com.pojosontheweb:woko-web-bootstrap:war:2.1-beta7'
<dependency org="com.pojosontheweb" name="woko-web-bootstrap" rev="2.1-beta7">
<artifact name="woko-web-bootstrap" type="war" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-web-bootstrap', version='2.1-beta7')
)
libraryDependencies += "com.pojosontheweb" % "woko-web-bootstrap" % "2.1-beta7"
[com.pojosontheweb/woko-web-bootstrap "2.1-beta7"]