Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.agsft |
ArtifactId | ArtifactIdagsftAutomationReport |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.agsft/agsftAutomationReport/ -->
<dependency>
<groupId>com.agsft</groupId>
<artifactId>agsftAutomationReport</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.agsft/agsftAutomationReport/
implementation 'com.agsft:agsftAutomationReport:1.0.0'
// https://jarcasting.com/artifacts/com.agsft/agsftAutomationReport/
implementation ("com.agsft:agsftAutomationReport:1.0.0")
'com.agsft:agsftAutomationReport:jar:1.0.0'
<dependency org="com.agsft" name="agsftAutomationReport" rev="1.0.0">
<artifact name="agsftAutomationReport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agsft', module='agsftAutomationReport', version='1.0.0')
)
libraryDependencies += "com.agsft" % "agsftAutomationReport" % "1.0.0"
[com.agsft/agsftAutomationReport "1.0.0"]