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