Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdse.bluebrim.maven.plugin |
ArtifactId | ArtifactIdscreenshot-maven-plugin-api |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/se.bluebrim.maven.plugin/screenshot-maven-plugin-api/ -->
<dependency>
<groupId>se.bluebrim.maven.plugin</groupId>
<artifactId>screenshot-maven-plugin-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.bluebrim.maven.plugin/screenshot-maven-plugin-api/
implementation 'se.bluebrim.maven.plugin:screenshot-maven-plugin-api:1.0.0'
// https://jarcasting.com/artifacts/se.bluebrim.maven.plugin/screenshot-maven-plugin-api/
implementation ("se.bluebrim.maven.plugin:screenshot-maven-plugin-api:1.0.0")
'se.bluebrim.maven.plugin:screenshot-maven-plugin-api:jar:1.0.0'
<dependency org="se.bluebrim.maven.plugin" name="screenshot-maven-plugin-api" rev="1.0.0">
<artifact name="screenshot-maven-plugin-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.bluebrim.maven.plugin', module='screenshot-maven-plugin-api', version='1.0.0')
)
libraryDependencies += "se.bluebrim.maven.plugin" % "screenshot-maven-plugin-api" % "1.0.0"
[se.bluebrim.maven.plugin/screenshot-maven-plugin-api "1.0.0"]