GroupId | GroupIdorg.jasig.inspektr |
---|---|
ArtifactId | ArtifactIdinspektr-aspects |
Version | Version1.2.GA |
Type | Typejar |
Filename | Size |
---|---|
inspektr-aspects-1.2.GA.pom | |
inspektr-aspects-1.2.GA.jar | 9 KB |
inspektr-aspects-1.2.GA-sources.jar | 1 KB |
inspektr-aspects-1.2.GA-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr-aspects/ -->
<dependency>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr-aspects</artifactId>
<version>1.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr-aspects/
implementation 'org.jasig.inspektr:inspektr-aspects:1.2.GA'
// https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr-aspects/
implementation ("org.jasig.inspektr:inspektr-aspects:1.2.GA")
'org.jasig.inspektr:inspektr-aspects:jar:1.2.GA'
<dependency org="org.jasig.inspektr" name="inspektr-aspects" rev="1.2.GA">
<artifact name="inspektr-aspects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.inspektr', module='inspektr-aspects', version='1.2.GA')
)
libraryDependencies += "org.jasig.inspektr" % "inspektr-aspects" % "1.2.GA"
[org.jasig.inspektr/inspektr-aspects "1.2.GA"]