License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.scannotation |
ArtifactId | ArtifactIdscannotation |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscannotation
Scannotation is a Java library that creates an annotation database from a set of .class files
|
Project URL |
Project URL |
Filename | Size |
---|---|
scannotation-1.0.2.pom | |
scannotation-1.0.2.jar | 18 KB |
scannotation-1.0.2-sources.jar | 10 KB |
scannotation-1.0.2-javadoc.jar | 80 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javassist : javassist | jar | 3.6.0.GA |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |