GroupId | GroupIdcom.github.raffaeleragni |
---|---|
ArtifactId | ArtifactIdjx |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
jx-0.5.pom | |
jx-0.5.jar | 16 KB |
jx-0.5-sources.jar | 8 KB |
jx-0.5-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.raffaeleragni/jx/ -->
<dependency>
<groupId>com.github.raffaeleragni</groupId>
<artifactId>jx</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.raffaeleragni/jx/
implementation 'com.github.raffaeleragni:jx:0.5'
// https://jarcasting.com/artifacts/com.github.raffaeleragni/jx/
implementation ("com.github.raffaeleragni:jx:0.5")
'com.github.raffaeleragni:jx:jar:0.5'
<dependency org="com.github.raffaeleragni" name="jx" rev="0.5">
<artifact name="jx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.raffaeleragni', module='jx', version='0.5')
)
libraryDependencies += "com.github.raffaeleragni" % "jx" % "0.5"
[com.github.raffaeleragni/jx "0.5"]