| GroupId | GroupIdde.otto.edison | 
    
|---|---|
| ArtifactId | ArtifactIdedison-togglz | 
    
| Version | Version1.0.1-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-togglz/ -->
<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>edison-togglz</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/de.otto.edison/edison-togglz/
implementation 'de.otto.edison:edison-togglz:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/de.otto.edison/edison-togglz/
implementation ("de.otto.edison:edison-togglz:1.0.1-RELEASE")
                'de.otto.edison:edison-togglz:jar:1.0.1-RELEASE'
                <dependency org="de.otto.edison" name="edison-togglz" rev="1.0.1-RELEASE">
  <artifact name="edison-togglz" type="jar" />
</dependency>
                @Grapes(
@Grab(group='de.otto.edison', module='edison-togglz', version='1.0.1-RELEASE')
)
                libraryDependencies += "de.otto.edison" % "edison-togglz" % "1.0.1-RELEASE"
                [de.otto.edison/edison-togglz "1.0.1-RELEASE"]