| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.networknt |
| ArtifactId | ArtifactIdtram-test-command |
| Version | Version1.5.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tram-test-command-1.5.22.pom | |
| tram-test-command-1.5.22.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.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/tram-test-command/
implementation 'com.networknt:tram-test-command:1.5.22'
// https://jarcasting.com/artifacts/com.networknt/tram-test-command/
implementation ("com.networknt:tram-test-command:1.5.22")
'com.networknt:tram-test-command:jar:1.5.22'
<dependency org="com.networknt" name="tram-test-command" rev="1.5.22">
<artifact name="tram-test-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='tram-test-command', version='1.5.22')
)
libraryDependencies += "com.networknt" % "tram-test-command" % "1.5.22"
[com.networknt/tram-test-command "1.5.22"]