GroupId | GroupIdcom.github.kimffy24 |
---|---|
ArtifactId | ArtifactIdejoker |
Version | Version2.2.0-rc |
Type | Typepom |
Filename | Size |
---|---|
ejoker-2.2.0-rc.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kimffy24/ejoker/ -->
<dependency>
<groupId>com.github.kimffy24</groupId>
<artifactId>ejoker</artifactId>
<version>2.2.0-rc</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kimffy24/ejoker/
implementation 'com.github.kimffy24:ejoker:2.2.0-rc'
// https://jarcasting.com/artifacts/com.github.kimffy24/ejoker/
implementation ("com.github.kimffy24:ejoker:2.2.0-rc")
'com.github.kimffy24:ejoker:pom:2.2.0-rc'
<dependency org="com.github.kimffy24" name="ejoker" rev="2.2.0-rc">
<artifact name="ejoker" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kimffy24', module='ejoker', version='2.2.0-rc')
)
libraryDependencies += "com.github.kimffy24" % "ejoker" % "2.2.0-rc"
[com.github.kimffy24/ejoker "2.2.0-rc"]