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