| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesWicket User Interface Web Frameworks | 
        
| GroupId | GroupIdcom.googlecode.wicketforge | 
    
| ArtifactId | ArtifactIdwicketforge-annotations | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionWicketForge Annotations 
            Annotations for the WicketForge plugin. 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.googlecode.wicketforge/wicketforge-annotations/ -->
<dependency>
    <groupId>com.googlecode.wicketforge</groupId>
    <artifactId>wicketforge-annotations</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.googlecode.wicketforge/wicketforge-annotations/
implementation 'com.googlecode.wicketforge:wicketforge-annotations:1.0'
                // https://jarcasting.com/artifacts/com.googlecode.wicketforge/wicketforge-annotations/
implementation ("com.googlecode.wicketforge:wicketforge-annotations:1.0")
                'com.googlecode.wicketforge:wicketforge-annotations:jar:1.0'
                <dependency org="com.googlecode.wicketforge" name="wicketforge-annotations" rev="1.0">
  <artifact name="wicketforge-annotations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.googlecode.wicketforge', module='wicketforge-annotations', version='1.0')
)
                libraryDependencies += "com.googlecode.wicketforge" % "wicketforge-annotations" % "1.0"
                [com.googlecode.wicketforge/wicketforge-annotations "1.0"]