| GroupId | GroupIdcom.github.jdramaix | 
    
|---|---|
| ArtifactId | ArtifactIdchosen-sample | 
    
| Version | Version1.1.0-alpha-2 | 
        
| Type | Typewar | 
    
<!-- https://jarcasting.com/artifacts/com.github.jdramaix/chosen-sample/ -->
<dependency>
    <groupId>com.github.jdramaix</groupId>
    <artifactId>chosen-sample</artifactId>
    <version>1.1.0-alpha-2</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jdramaix/chosen-sample/
implementation 'com.github.jdramaix:chosen-sample:1.1.0-alpha-2'
                // https://jarcasting.com/artifacts/com.github.jdramaix/chosen-sample/
implementation ("com.github.jdramaix:chosen-sample:1.1.0-alpha-2")
                'com.github.jdramaix:chosen-sample:war:1.1.0-alpha-2'
                <dependency org="com.github.jdramaix" name="chosen-sample" rev="1.1.0-alpha-2">
  <artifact name="chosen-sample" type="war" />
</dependency>
                @Grapes(
@Grab(group='com.github.jdramaix', module='chosen-sample', version='1.1.0-alpha-2')
)
                libraryDependencies += "com.github.jdramaix" % "chosen-sample" % "1.1.0-alpha-2"
                [com.github.jdramaix/chosen-sample "1.1.0-alpha-2"]