GroupId | GroupIdcom.avanza.astrix |
---|---|
ArtifactId | ArtifactIdastrix-parent |
Version | Version0.43.0 |
Type | Typepom |
Filename | Size |
---|---|
astrix-parent-0.43.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avanza.astrix/astrix-parent/ -->
<dependency>
<groupId>com.avanza.astrix</groupId>
<artifactId>astrix-parent</artifactId>
<version>0.43.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-parent/
implementation 'com.avanza.astrix:astrix-parent:0.43.0'
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-parent/
implementation ("com.avanza.astrix:astrix-parent:0.43.0")
'com.avanza.astrix:astrix-parent:pom:0.43.0'
<dependency org="com.avanza.astrix" name="astrix-parent" rev="0.43.0">
<artifact name="astrix-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.avanza.astrix', module='astrix-parent', version='0.43.0')
)
libraryDependencies += "com.avanza.astrix" % "astrix-parent" % "0.43.0"
[com.avanza.astrix/astrix-parent "0.43.0"]