| License |
License |
|---|---|
| GroupId | GroupIdcom.crawljax.plugins |
| ArtifactId | ArtifactIdplugin |
| Last Version | Last Version2.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCrawljax plugins parent POM
Parent POM for plugins to be used in combination with Crawljax.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| plugin-2.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.crawljax.plugins/plugin/ -->
<dependency>
<groupId>com.crawljax.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.crawljax.plugins/plugin/
implementation 'com.crawljax.plugins:plugin:2.2'
// https://jarcasting.com/artifacts/com.crawljax.plugins/plugin/
implementation ("com.crawljax.plugins:plugin:2.2")
'com.crawljax.plugins:plugin:pom:2.2'
<dependency org="com.crawljax.plugins" name="plugin" rev="2.2">
<artifact name="plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.crawljax.plugins', module='plugin', version='2.2')
)
libraryDependencies += "com.crawljax.plugins" % "plugin" % "2.2"
[com.crawljax.plugins/plugin "2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.crawljax : crawljax | jar | 2.1 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
| org.slf4j : jul-to-slf4j | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |