| Categories |
CategoriesSearch Business Logic Libraries |
|---|---|
| GroupId | GroupIdcom.ericsson.research.trap |
| ArtifactId | ArtifactIdtrap-transport-http |
| Version | Version1.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| trap-transport-http-1.4.1.pom | |
| trap-transport-http-1.4.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ericsson.research.trap/trap-transport-http/ -->
<dependency>
<groupId>com.ericsson.research.trap</groupId>
<artifactId>trap-transport-http</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ericsson.research.trap/trap-transport-http/
implementation 'com.ericsson.research.trap:trap-transport-http:1.4.1'
// https://jarcasting.com/artifacts/com.ericsson.research.trap/trap-transport-http/
implementation ("com.ericsson.research.trap:trap-transport-http:1.4.1")
'com.ericsson.research.trap:trap-transport-http:jar:1.4.1'
<dependency org="com.ericsson.research.trap" name="trap-transport-http" rev="1.4.1">
<artifact name="trap-transport-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ericsson.research.trap', module='trap-transport-http', version='1.4.1')
)
libraryDependencies += "com.ericsson.research.trap" % "trap-transport-http" % "1.4.1"
[com.ericsson.research.trap/trap-transport-http "1.4.1"]