| License |
License |
|---|---|
| GroupId | GroupIdorg.alfasoftware |
| ArtifactId | ArtifactIdastra-example |
| Version | Version2.0.4 |
| Type | Typejar |
| Description |
Descriptionastra-example
Astra is a Java tool for analysing and refactoring Java source code. This module contains example uses.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| astra-example-2.0.4.pom | |
| astra-example-2.0.4.jar | 9 KB |
| astra-example-2.0.4-sources.jar | 4 KB |
| astra-example-2.0.4-javadoc.jar | 420 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.alfasoftware/astra-example/ -->
<dependency>
<groupId>org.alfasoftware</groupId>
<artifactId>astra-example</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.alfasoftware/astra-example/
implementation 'org.alfasoftware:astra-example:2.0.4'
// https://jarcasting.com/artifacts/org.alfasoftware/astra-example/
implementation ("org.alfasoftware:astra-example:2.0.4")
'org.alfasoftware:astra-example:jar:2.0.4'
<dependency org="org.alfasoftware" name="astra-example" rev="2.0.4">
<artifact name="astra-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alfasoftware', module='astra-example', version='2.0.4')
)
libraryDependencies += "org.alfasoftware" % "astra-example" % "2.0.4"
[org.alfasoftware/astra-example "2.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.alfasoftware : astra-core | jar | 2.0.4 |
| log4j : log4j | jar | 1.2.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |