| GroupId | GroupIdcom.github.bingoohuang |
|---|---|
| ArtifactId | ArtifactIdeql |
| Version | Version0.0.56 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eql-0.0.56.pom | |
| eql-0.0.56.jar | 386 KB |
| eql-0.0.56-sources.jar | 188 KB |
| eql-0.0.56-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/eql/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>eql</artifactId>
<version>0.0.56</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/eql/
implementation 'com.github.bingoohuang:eql:0.0.56'
// https://jarcasting.com/artifacts/com.github.bingoohuang/eql/
implementation ("com.github.bingoohuang:eql:0.0.56")
'com.github.bingoohuang:eql:jar:0.0.56'
<dependency org="com.github.bingoohuang" name="eql" rev="0.0.56">
<artifact name="eql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='eql', version='0.0.56')
)
libraryDependencies += "com.github.bingoohuang" % "eql" % "0.0.56"
[com.github.bingoohuang/eql "0.0.56"]