GroupId | GroupIdcom.github.claremontqualitymanagement |
---|---|
ArtifactId | ArtifactIdtaf.core |
Version | Version4.2.1 |
Type | Typejar |
Filename | Size |
---|---|
taf.core-4.2.1.pom | |
taf.core-4.2.1.jar | 4 MB |
taf.core-4.2.1-sources.jar | 259 KB |
taf.core-4.2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.core/ -->
<dependency>
<groupId>com.github.claremontqualitymanagement</groupId>
<artifactId>taf.core</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.core/
implementation 'com.github.claremontqualitymanagement:taf.core:4.2.1'
// https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.core/
implementation ("com.github.claremontqualitymanagement:taf.core:4.2.1")
'com.github.claremontqualitymanagement:taf.core:jar:4.2.1'
<dependency org="com.github.claremontqualitymanagement" name="taf.core" rev="4.2.1">
<artifact name="taf.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.claremontqualitymanagement', module='taf.core', version='4.2.1')
)
libraryDependencies += "com.github.claremontqualitymanagement" % "taf.core" % "4.2.1"
[com.github.claremontqualitymanagement/taf.core "4.2.1"]