GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdwoko-bootstrap-core |
Version | Version2.2-beta4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-bootstrap-core/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-bootstrap-core</artifactId>
<version>2.2-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-bootstrap-core/
implementation 'com.pojosontheweb:woko-bootstrap-core:2.2-beta4'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-bootstrap-core/
implementation ("com.pojosontheweb:woko-bootstrap-core:2.2-beta4")
'com.pojosontheweb:woko-bootstrap-core:jar:2.2-beta4'
<dependency org="com.pojosontheweb" name="woko-bootstrap-core" rev="2.2-beta4">
<artifact name="woko-bootstrap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-bootstrap-core', version='2.2-beta4')
)
libraryDependencies += "com.pojosontheweb" % "woko-bootstrap-core" % "2.2-beta4"
[com.pojosontheweb/woko-bootstrap-core "2.2-beta4"]