| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.claremontqualitymanagement.TestAutomationFramework |
| ArtifactId | ArtifactIdCore |
| Version | Version3.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Core-3.0.3.pom | |
| Core-3.0.3.jar | 452 KB |
| Core-3.0.3-sources.jar | 249 KB |
| Core-3.0.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.claremontqualitymanagement.TestAutomationFramework/Core/ -->
<dependency>
<groupId>com.github.claremontqualitymanagement.TestAutomationFramework</groupId>
<artifactId>Core</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.claremontqualitymanagement.TestAutomationFramework/Core/
implementation 'com.github.claremontqualitymanagement.TestAutomationFramework:Core:3.0.3'
// https://jarcasting.com/artifacts/com.github.claremontqualitymanagement.TestAutomationFramework/Core/
implementation ("com.github.claremontqualitymanagement.TestAutomationFramework:Core:3.0.3")
'com.github.claremontqualitymanagement.TestAutomationFramework:Core:jar:3.0.3'
<dependency org="com.github.claremontqualitymanagement.TestAutomationFramework" name="Core" rev="3.0.3">
<artifact name="Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.claremontqualitymanagement.TestAutomationFramework', module='Core', version='3.0.3')
)
libraryDependencies += "com.github.claremontqualitymanagement.TestAutomationFramework" % "Core" % "3.0.3"
[com.github.claremontqualitymanagement.TestAutomationFramework/Core "3.0.3"]