| License |
License |
|---|---|
| Categories |
CategoriesJBoss Container Application Servers Dex General Purpose Libraries Utility |
| GroupId | GroupIdorg.jboss.jandex |
| ArtifactId | ArtifactIdtypeannotation-test |
| Last Version | Last Version1.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionType Annotation Examples For Testing
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| typeannotation-test-1.10.pom | |
| typeannotation-test-1.10.jar | 33 KB |
| typeannotation-test-1.10-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.jandex/typeannotation-test/ -->
<dependency>
<groupId>org.jboss.jandex</groupId>
<artifactId>typeannotation-test</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.jandex/typeannotation-test/
implementation 'org.jboss.jandex:typeannotation-test:1.10'
// https://jarcasting.com/artifacts/org.jboss.jandex/typeannotation-test/
implementation ("org.jboss.jandex:typeannotation-test:1.10")
'org.jboss.jandex:typeannotation-test:jar:1.10'
<dependency org="org.jboss.jandex" name="typeannotation-test" rev="1.10">
<artifact name="typeannotation-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.jandex', module='typeannotation-test', version='1.10')
)
libraryDependencies += "org.jboss.jandex" % "typeannotation-test" % "1.10"
[org.jboss.jandex/typeannotation-test "1.10"]