| Categories | CategoriesData AspectJ Development Tools Development Libraries | 
|---|---|
| GroupId | GroupIdcom.coherentlogic.enterprise-data-adapter | 
| ArtifactId | ArtifactIdaspectj-int | 
| Version | Version2.0.2-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| aspectj-int-2.0.2-RELEASE.pom | |
| aspectj-int-2.0.2-RELEASE.jar | 10 KB | 
| aspectj-int-2.0.2-RELEASE-sources.jar | 8 KB | 
| aspectj-int-2.0.2-RELEASE-javadoc.jar | 59 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.coherentlogic.enterprise-data-adapter/aspectj-int/ -->
<dependency>
    <groupId>com.coherentlogic.enterprise-data-adapter</groupId>
    <artifactId>aspectj-int</artifactId>
    <version>2.0.2-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.coherentlogic.enterprise-data-adapter/aspectj-int/
implementation 'com.coherentlogic.enterprise-data-adapter:aspectj-int:2.0.2-RELEASE'// https://jarcasting.com/artifacts/com.coherentlogic.enterprise-data-adapter/aspectj-int/
implementation ("com.coherentlogic.enterprise-data-adapter:aspectj-int:2.0.2-RELEASE")'com.coherentlogic.enterprise-data-adapter:aspectj-int:jar:2.0.2-RELEASE'<dependency org="com.coherentlogic.enterprise-data-adapter" name="aspectj-int" rev="2.0.2-RELEASE">
  <artifact name="aspectj-int" type="jar" />
</dependency>@Grapes(
@Grab(group='com.coherentlogic.enterprise-data-adapter', module='aspectj-int', version='2.0.2-RELEASE')
)libraryDependencies += "com.coherentlogic.enterprise-data-adapter" % "aspectj-int" % "2.0.2-RELEASE"[com.coherentlogic.enterprise-data-adapter/aspectj-int "2.0.2-RELEASE"]