License |
License |
---|---|
GroupId | GroupIdorg.kohsuke |
ArtifactId | ArtifactIdaccess-modifier-annotation |
Last Version | Last Version1.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCustom Access Modifier annotations
Extensible application-specific access modifiers for Java
|
<!-- https://jarcasting.com/artifacts/org.kohsuke/access-modifier-annotation/ -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/access-modifier-annotation/
implementation 'org.kohsuke:access-modifier-annotation:1.16'
// https://jarcasting.com/artifacts/org.kohsuke/access-modifier-annotation/
implementation ("org.kohsuke:access-modifier-annotation:1.16")
'org.kohsuke:access-modifier-annotation:jar:1.16'
<dependency org="org.kohsuke" name="access-modifier-annotation" rev="1.16">
<artifact name="access-modifier-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='access-modifier-annotation', version='1.16')
)
libraryDependencies += "org.kohsuke" % "access-modifier-annotation" % "1.16"
[org.kohsuke/access-modifier-annotation "1.16"]
Group / Artifact | Type | Version |
---|---|---|
org.jenkins-ci : annotation-indexer | jar | 1.12 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-debug-all | jar | 5.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |