GroupId | GroupIdorg.odlabs.wiquery |
---|---|
ArtifactId | ArtifactIdwiquery-core |
Version | Version6.0.0-beta3 |
Type | Typejar |
Filename | Size |
---|---|
wiquery-core-6.0.0-beta3.pom | |
wiquery-core-6.0.0-beta3.jar | 173 KB |
wiquery-core-6.0.0-beta3-tests.jar | 72 KB |
wiquery-core-6.0.0-beta3-test-sources.jar | 52 KB |
wiquery-core-6.0.0-beta3-sources.jar | 192 KB |
wiquery-core-6.0.0-beta3-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-core/ -->
<dependency>
<groupId>org.odlabs.wiquery</groupId>
<artifactId>wiquery-core</artifactId>
<version>6.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-core/
implementation 'org.odlabs.wiquery:wiquery-core:6.0.0-beta3'
// https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-core/
implementation ("org.odlabs.wiquery:wiquery-core:6.0.0-beta3")
'org.odlabs.wiquery:wiquery-core:jar:6.0.0-beta3'
<dependency org="org.odlabs.wiquery" name="wiquery-core" rev="6.0.0-beta3">
<artifact name="wiquery-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odlabs.wiquery', module='wiquery-core', version='6.0.0-beta3')
)
libraryDependencies += "org.odlabs.wiquery" % "wiquery-core" % "6.0.0-beta3"
[org.odlabs.wiquery/wiquery-core "6.0.0-beta3"]