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