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