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