License |
License |
---|---|
GroupId | GroupIdio.github.justinnk.masonssa |
ArtifactId | ArtifactIdaspects-odm |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionMASON SSA Extension AspectJ Code: ODM
The aspects used for the optimized direct method.
|
Filename | Size |
---|---|
aspects-odm-0.1.1.pom | |
aspects-odm-0.1.1.jar | 10 KB |
aspects-odm-0.1.1-sources.jar | 4 KB |
aspects-odm-0.1.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.justinnk.masonssa/aspects-odm/ -->
<dependency>
<groupId>io.github.justinnk.masonssa</groupId>
<artifactId>aspects-odm</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.justinnk.masonssa/aspects-odm/
implementation 'io.github.justinnk.masonssa:aspects-odm:0.1.1'
// https://jarcasting.com/artifacts/io.github.justinnk.masonssa/aspects-odm/
implementation ("io.github.justinnk.masonssa:aspects-odm:0.1.1")
'io.github.justinnk.masonssa:aspects-odm:jar:0.1.1'
<dependency org="io.github.justinnk.masonssa" name="aspects-odm" rev="0.1.1">
<artifact name="aspects-odm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.justinnk.masonssa', module='aspects-odm', version='0.1.1')
)
libraryDependencies += "io.github.justinnk.masonssa" % "aspects-odm" % "0.1.1"
[io.github.justinnk.masonssa/aspects-odm "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjweaver Optional | jar | 1.9.6 |