Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdtram-test-command |
Version | Version1.5.14 |
Type | Typejar |
Filename | Size |
---|---|
tram-test-command-1.5.14.pom | |
tram-test-command-1.5.14.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/tram-test-command/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>tram-test-command</artifactId>
<version>1.5.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/tram-test-command/
implementation 'com.networknt:tram-test-command:1.5.14'
// https://jarcasting.com/artifacts/com.networknt/tram-test-command/
implementation ("com.networknt:tram-test-command:1.5.14")
'com.networknt:tram-test-command:jar:1.5.14'
<dependency org="com.networknt" name="tram-test-command" rev="1.5.14">
<artifact name="tram-test-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='tram-test-command', version='1.5.14')
)
libraryDependencies += "com.networknt" % "tram-test-command" % "1.5.14"
[com.networknt/tram-test-command "1.5.14"]