License |
License |
---|---|
GroupId | GroupIdcom.testquack |
ArtifactId | ArtifactIdapi |
Version | Version1.18 |
Type | Typewar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationQuAck |
Filename | Size |
---|---|
api-1.18.pom | |
api-1.18.war | 57 MB |
api-1.18-sources.jar | 21 KB |
api-1.18-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/api/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>api</artifactId>
<version>1.18</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/api/
implementation 'com.testquack:api:1.18'
// https://jarcasting.com/artifacts/com.testquack/api/
implementation ("com.testquack:api:1.18")
'com.testquack:api:war:1.18'
<dependency org="com.testquack" name="api" rev="1.18">
<artifact name="api" type="war" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='api', version='1.18')
)
libraryDependencies += "com.testquack" % "api" % "1.18"
[com.testquack/api "1.18"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.springframework : spring-test | jar | 5.3.14 |