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