JBoss Jakarta Annotations API


License

License

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.spec.javax.annotation
ArtifactId

ArtifactId

jboss-annotations-api_1.3_spec
Last Version

Last Version

2.0.1.Final
Release Date

Release Date

Type

Type

jar
Description

Description

JBoss Jakarta Annotations API
JBoss Jakarta Annotations API
Project URL

Project URL

https://github.com/jboss/jboss-jakarta-annotations-api_spec
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/jboss/jboss-jakarta-annotations-api_spec.git

Download jboss-annotations-api_1.3_spec

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec/ -->
<dependency>
    <groupId>org.jboss.spec.javax.annotation</groupId>
    <artifactId>jboss-annotations-api_1.3_spec</artifactId>
    <version>2.0.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec/
implementation 'org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final'
// https://jarcasting.com/artifacts/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec/
implementation ("org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final")
'org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:2.0.1.Final'
<dependency org="org.jboss.spec.javax.annotation" name="jboss-annotations-api_1.3_spec" rev="2.0.1.Final">
  <artifact name="jboss-annotations-api_1.3_spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.spec.javax.annotation', module='jboss-annotations-api_1.3_spec', version='2.0.1.Final')
)
libraryDependencies += "org.jboss.spec.javax.annotation" % "jboss-annotations-api_1.3_spec" % "2.0.1.Final"
[org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec "2.0.1.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

JBoss Jakarta Annotations

What is this

This is fork of Jakarta Annotations api project. Upstream used: https://github.com/eclipse-ee4j/common-annotations-api/

Jakarta Annotations Build Status

Jakarta Annotations defines a collection of annotations representing common semantic concepts that enable a declarative style of programming that applies across a variety of Java technologies.

This standalone release of Jakarta Annotations uses a Java Platform Module System "automatic" module name of java.annotation, to match the module name used in JDK 9. A future version will include full module metadata.

Versions

Version
2.0.1.Final
2.0.0.Final
2.0.0.CR1
1.0.1.Final
1.0.0.Final