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