is not current version
Last Version 2.1.4

com.newmainsoftech:aspectjutil 2.1.0

aspectjutil is multi-module project consisted of utilities for or by AspectJ.

Categories

Categories

AspectJ Development Tools Development Libraries
GroupId

GroupId

com.newmainsoftech
ArtifactId

ArtifactId

aspectjutil
Version

Version

2.1.0
Type

Type

pom

Download aspectjutil 2.1.0

Filename Size
aspectjutil-2.1.0.pom 23 KB
Browse

<!-- https://jarcasting.com/artifacts/com.newmainsoftech/aspectjutil/ -->
<dependency>
    <groupId>com.newmainsoftech</groupId>
    <artifactId>aspectjutil</artifactId>
    <version>2.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.newmainsoftech/aspectjutil/
implementation 'com.newmainsoftech:aspectjutil:2.1.0'
// https://jarcasting.com/artifacts/com.newmainsoftech/aspectjutil/
implementation ("com.newmainsoftech:aspectjutil:2.1.0")
'com.newmainsoftech:aspectjutil:pom:2.1.0'
<dependency org="com.newmainsoftech" name="aspectjutil" rev="2.1.0">
  <artifact name="aspectjutil" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.newmainsoftech', module='aspectjutil', version='2.1.0')
)
libraryDependencies += "com.newmainsoftech" % "aspectjutil" % "2.1.0"
[com.newmainsoftech/aspectjutil "2.1.0"]