| GroupId | GroupIdcom.googlecode.jinahya | 
|---|---|
| ArtifactId | ArtifactIdjinahya-accessible | 
| Version | Version1.0-alpha-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.googlecode.jinahya/jinahya-accessible/ -->
<dependency>
    <groupId>com.googlecode.jinahya</groupId>
    <artifactId>jinahya-accessible</artifactId>
    <version>1.0-alpha-2</version>
</dependency>// https://jarcasting.com/artifacts/com.googlecode.jinahya/jinahya-accessible/
implementation 'com.googlecode.jinahya:jinahya-accessible:1.0-alpha-2'// https://jarcasting.com/artifacts/com.googlecode.jinahya/jinahya-accessible/
implementation ("com.googlecode.jinahya:jinahya-accessible:1.0-alpha-2")'com.googlecode.jinahya:jinahya-accessible:jar:1.0-alpha-2'<dependency org="com.googlecode.jinahya" name="jinahya-accessible" rev="1.0-alpha-2">
  <artifact name="jinahya-accessible" type="jar" />
</dependency>@Grapes(
@Grab(group='com.googlecode.jinahya', module='jinahya-accessible', version='1.0-alpha-2')
)libraryDependencies += "com.googlecode.jinahya" % "jinahya-accessible" % "1.0-alpha-2"[com.googlecode.jinahya/jinahya-accessible "1.0-alpha-2"]