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