| License | 
                License
                                                        The MIT License                                                 
                             | 
        
|---|---|
| GroupId | GroupIdcom.acidmanic | 
    
| ArtifactId | ArtifactIddelegates | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiondelegates 
            Provides useful delegate interfaces . 
         | 
    
| Filename | Size | 
|---|---|
| delegates-1.0.0.pom | |
| delegates-1.0.0.jar | 12 KB | 
| delegates-1.0.0-sources.jar | 10 KB | 
| delegates-1.0.0-javadoc.jar | 132 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.acidmanic/delegates/ -->
<dependency>
    <groupId>com.acidmanic</groupId>
    <artifactId>delegates</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.acidmanic/delegates/
implementation 'com.acidmanic:delegates:1.0.0'
                // https://jarcasting.com/artifacts/com.acidmanic/delegates/
implementation ("com.acidmanic:delegates:1.0.0")
                'com.acidmanic:delegates:jar:1.0.0'
                <dependency org="com.acidmanic" name="delegates" rev="1.0.0">
  <artifact name="delegates" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.acidmanic', module='delegates', version='1.0.0')
)
                libraryDependencies += "com.acidmanic" % "delegates" % "1.0.0"
                [com.acidmanic/delegates "1.0.0"]