| GroupId | GroupIdcom.chutneytesting |
|---|---|
| ArtifactId | ArtifactIdserver |
| Version | Version1.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| server-1.3.2.pom | |
| server-1.3.2.jar | 933 KB |
| server-1.3.2-sources.jar | 439 KB |
| server-1.3.2-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chutneytesting/server/ -->
<dependency>
<groupId>com.chutneytesting</groupId>
<artifactId>server</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.chutneytesting/server/
implementation 'com.chutneytesting:server:1.3.2'
// https://jarcasting.com/artifacts/com.chutneytesting/server/
implementation ("com.chutneytesting:server:1.3.2")
'com.chutneytesting:server:jar:1.3.2'
<dependency org="com.chutneytesting" name="server" rev="1.3.2">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chutneytesting', module='server', version='1.3.2')
)
libraryDependencies += "com.chutneytesting" % "server" % "1.3.2"
[com.chutneytesting/server "1.3.2"]