| GroupId | GroupIdorg.codehaus | 
    
|---|---|
| ArtifactId | ArtifactIdyagll | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionYet Another Groovy LDAP Library 
            
         | 
    
| Filename | Size | 
|---|---|
| yagll-1.0.pom | |
| yagll-1.0.jar | 110 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codehaus/yagll/ -->
<dependency>
    <groupId>org.codehaus</groupId>
    <artifactId>yagll</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.codehaus/yagll/
implementation 'org.codehaus:yagll:1.0'
                // https://jarcasting.com/artifacts/org.codehaus/yagll/
implementation ("org.codehaus:yagll:1.0")
                'org.codehaus:yagll:jar:1.0'
                <dependency org="org.codehaus" name="yagll" rev="1.0">
  <artifact name="yagll" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.codehaus', module='yagll', version='1.0')
)
                libraryDependencies += "org.codehaus" % "yagll" % "1.0"
                [org.codehaus/yagll "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.groovy.maven.runtime : gmaven-runtime-default | jar | 1.0-rc-3 | 
| org.testng : testng | jar | 5.11 |