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