| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.agrest | 
    
| ArtifactId | ArtifactIdagrest-annotations | 
    
| Last Version | Last Version5.0.M2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionagrest-annotations: model annotations 
            A dependency-free collection of Agrest annotations that allow to annotate model objects without
		introducing a dependency on Agrest runtime. 
         | 
    
<!-- https://jarcasting.com/artifacts/io.agrest/agrest-annotations/ -->
<dependency>
    <groupId>io.agrest</groupId>
    <artifactId>agrest-annotations</artifactId>
    <version>5.0.M2</version>
</dependency>
                // https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation 'io.agrest:agrest-annotations:5.0.M2'
                // https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation ("io.agrest:agrest-annotations:5.0.M2")
                'io.agrest:agrest-annotations:jar:5.0.M2'
                <dependency org="io.agrest" name="agrest-annotations" rev="5.0.M2">
  <artifact name="agrest-annotations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.agrest', module='agrest-annotations', version='5.0.M2')
)
                libraryDependencies += "io.agrest" % "agrest-annotations" % "5.0.M2"
                [io.agrest/agrest-annotations "5.0.M2"]