License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Net |
GroupId | GroupIdau.net.causal.maven.plugins |
ArtifactId | ArtifactIdbrowserbox-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBrowser Box Parent Project
Maven plugin to start browsers in containers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
browserbox-parent-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.net.causal.maven.plugins/browserbox-parent/ -->
<dependency>
<groupId>au.net.causal.maven.plugins</groupId>
<artifactId>browserbox-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/au.net.causal.maven.plugins/browserbox-parent/
implementation 'au.net.causal.maven.plugins:browserbox-parent:1.0'
// https://jarcasting.com/artifacts/au.net.causal.maven.plugins/browserbox-parent/
implementation ("au.net.causal.maven.plugins:browserbox-parent:1.0")
'au.net.causal.maven.plugins:browserbox-parent:pom:1.0'
<dependency org="au.net.causal.maven.plugins" name="browserbox-parent" rev="1.0">
<artifact name="browserbox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='au.net.causal.maven.plugins', module='browserbox-parent', version='1.0')
)
libraryDependencies += "au.net.causal.maven.plugins" % "browserbox-parent" % "1.0"
[au.net.causal.maven.plugins/browserbox-parent "1.0"]