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