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