scannotation

Scannotation is a Java library that creates an annotation database from a set of .class files

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.scannotation
ArtifactId

ArtifactId

scannotation
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

scannotation
Scannotation is a Java library that creates an annotation database from a set of .class files
Project URL

Project URL

http://scannotation.sf.net

Download scannotation

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javassist : javassist jar 3.6.0.GA

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2