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