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