не последняя версия
Последняя версия 2.0.1

com.linkare:pointcuts 2.0.0

API of common pointcuts ready to be used in AspectJ projects.

Группа

Группа

com.linkare
Идентификатор

Идентификатор

pointcuts
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать pointcuts 2.0.0


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