GroupId | GroupIdcom.the-qa-company |
---|---|
ArtifactId | ArtifactIdqendpoint |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
qendpoint-1.3.0.pom | |
qendpoint-1.3.0.jar | 240 KB |
qendpoint-1.3.0-sources.jar | 113 KB |
qendpoint-1.3.0-javadoc.jar | 1 MB |
qendpoint-1.3.0-exec.jar | 72 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.the-qa-company/qendpoint/ -->
<dependency>
<groupId>com.the-qa-company</groupId>
<artifactId>qendpoint</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.the-qa-company/qendpoint/
implementation 'com.the-qa-company:qendpoint:1.3.0'
// https://jarcasting.com/artifacts/com.the-qa-company/qendpoint/
implementation ("com.the-qa-company:qendpoint:1.3.0")
'com.the-qa-company:qendpoint:jar:1.3.0'
<dependency org="com.the-qa-company" name="qendpoint" rev="1.3.0">
<artifact name="qendpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.the-qa-company', module='qendpoint', version='1.3.0')
)
libraryDependencies += "com.the-qa-company" % "qendpoint" % "1.3.0"
[com.the-qa-company/qendpoint "1.3.0"]