Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdsc.tyro |
ArtifactId | ArtifactIdashot-screenshot-provider |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/sc.tyro/ashot-screenshot-provider/ -->
<dependency>
<groupId>sc.tyro</groupId>
<artifactId>ashot-screenshot-provider</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/sc.tyro/ashot-screenshot-provider/
implementation 'sc.tyro:ashot-screenshot-provider:1.0.0'
// https://jarcasting.com/artifacts/sc.tyro/ashot-screenshot-provider/
implementation ("sc.tyro:ashot-screenshot-provider:1.0.0")
'sc.tyro:ashot-screenshot-provider:jar:1.0.0'
<dependency org="sc.tyro" name="ashot-screenshot-provider" rev="1.0.0">
<artifact name="ashot-screenshot-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='sc.tyro', module='ashot-screenshot-provider', version='1.0.0')
)
libraryDependencies += "sc.tyro" % "ashot-screenshot-provider" % "1.0.0"
[sc.tyro/ashot-screenshot-provider "1.0.0"]