is not current version
Last Version 0.1.1

com.github.XDean:Java-EX 0.1.0

Common Java Extension

Categories

Categories

Java Languages
GroupId

GroupId

com.github.XDean
ArtifactId

ArtifactId

Java-EX
Version

Version

0.1.0
Type

Type

jar

Download Java-EX 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.XDean/Java-EX/ -->
<dependency>
    <groupId>com.github.XDean</groupId>
    <artifactId>Java-EX</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/Java-EX/
implementation 'com.github.XDean:Java-EX:0.1.0'
// https://jarcasting.com/artifacts/com.github.XDean/Java-EX/
implementation ("com.github.XDean:Java-EX:0.1.0")
'com.github.XDean:Java-EX:jar:0.1.0'
<dependency org="com.github.XDean" name="Java-EX" rev="0.1.0">
  <artifact name="Java-EX" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='Java-EX', version='0.1.0')
)
libraryDependencies += "com.github.XDean" % "Java-EX" % "0.1.0"
[com.github.XDean/Java-EX "0.1.0"]