| GroupId | GroupIdcom.avanza.astrix |
|---|---|
| ArtifactId | ArtifactIdastrix-remoting |
| Version | Version0.39.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| astrix-remoting-0.39.1.pom | |
| astrix-remoting-0.39.1.jar | 61 KB |
| astrix-remoting-0.39.1-sources.jar | 36 KB |
| astrix-remoting-0.39.1-javadoc.jar | 157 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.avanza.astrix/astrix-remoting/ -->
<dependency>
<groupId>com.avanza.astrix</groupId>
<artifactId>astrix-remoting</artifactId>
<version>0.39.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-remoting/
implementation 'com.avanza.astrix:astrix-remoting:0.39.1'
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-remoting/
implementation ("com.avanza.astrix:astrix-remoting:0.39.1")
'com.avanza.astrix:astrix-remoting:jar:0.39.1'
<dependency org="com.avanza.astrix" name="astrix-remoting" rev="0.39.1">
<artifact name="astrix-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avanza.astrix', module='astrix-remoting', version='0.39.1')
)
libraryDependencies += "com.avanza.astrix" % "astrix-remoting" % "0.39.1"
[com.avanza.astrix/astrix-remoting "0.39.1"]