| License |
License |
|---|---|
| GroupId | GroupIdcom.linkare |
| ArtifactId | ArtifactIdzas-impl |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionzas-impl
The AspectJ based implementation of the Zas project. This is the new version of the implementation of Zas which, initially, started as a M.Sc. thesis project by Paulo Zenida at ISCTE.
|
| Filename | Size |
|---|---|
| zas-impl-3.0.0.pom | |
| zas-impl-3.0.0.jar | 80 KB |
| zas-impl-3.0.0-sources.jar | 38 KB |
| zas-impl-3.0.0-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.linkare/zas-impl/ -->
<dependency>
<groupId>com.linkare</groupId>
<artifactId>zas-impl</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkare/zas-impl/
implementation 'com.linkare:zas-impl:3.0.0'
// https://jarcasting.com/artifacts/com.linkare/zas-impl/
implementation ("com.linkare:zas-impl:3.0.0")
'com.linkare:zas-impl:jar:3.0.0'
<dependency org="com.linkare" name="zas-impl" rev="3.0.0">
<artifact name="zas-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkare', module='zas-impl', version='3.0.0')
)
libraryDependencies += "com.linkare" % "zas-impl" % "3.0.0"
[com.linkare/zas-impl "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.linkare : common.utils | jar | 2.0.0 |
| com.linkare : pointcuts | jar | 2.0.1 |
| com.linkare : zas-api | jar | 3.0.0 |
| groovy : groovy-all | jar | 1.1-rc-1 |
| com.linkare : common.booleval | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.aspectj : aspectjrt | jar | 1.8.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |