is not current version
Last Version 2.1.0

org.alfasoftware:astra-example 1.2.0

Astra is a Java tool for analysing and refactoring Java source code. This module contains example uses.

GroupId

GroupId

org.alfasoftware
ArtifactId

ArtifactId

astra-example
Version

Version

1.2.0
Type

Type

jar

Download astra-example 1.2.0


<!-- https://jarcasting.com/artifacts/org.alfasoftware/astra-example/ -->
<dependency>
    <groupId>org.alfasoftware</groupId>
    <artifactId>astra-example</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.alfasoftware/astra-example/
implementation 'org.alfasoftware:astra-example:1.2.0'
// https://jarcasting.com/artifacts/org.alfasoftware/astra-example/
implementation ("org.alfasoftware:astra-example:1.2.0")
'org.alfasoftware:astra-example:jar:1.2.0'
<dependency org="org.alfasoftware" name="astra-example" rev="1.2.0">
  <artifact name="astra-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alfasoftware', module='astra-example', version='1.2.0')
)
libraryDependencies += "org.alfasoftware" % "astra-example" % "1.2.0"
[org.alfasoftware/astra-example "1.2.0"]