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