GroupId | GroupIdcom.github.cryptomorin |
---|---|
ArtifactId | ArtifactIdXSeries |
Version | Version7.5.3 |
Type | Typejar |
Filename | Size |
---|---|
XSeries-7.5.3.pom | |
XSeries-7.5.3.jar | 222 KB |
XSeries-7.5.3-sources.jar | 121 KB |
XSeries-7.5.3-javadoc.jar | 626 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cryptomorin/XSeries/ -->
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>7.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cryptomorin/XSeries/
implementation 'com.github.cryptomorin:XSeries:7.5.3'
// https://jarcasting.com/artifacts/com.github.cryptomorin/XSeries/
implementation ("com.github.cryptomorin:XSeries:7.5.3")
'com.github.cryptomorin:XSeries:jar:7.5.3'
<dependency org="com.github.cryptomorin" name="XSeries" rev="7.5.3">
<artifact name="XSeries" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cryptomorin', module='XSeries', version='7.5.3')
)
libraryDependencies += "com.github.cryptomorin" % "XSeries" % "7.5.3"
[com.github.cryptomorin/XSeries "7.5.3"]