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