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