GroupId | GroupIdorg.elypia.elypiai |
---|---|
ArtifactId | ArtifactIdpath-of-exile |
Version | Version2.3.3 |
Type | Typejar |
Filename | Size |
---|---|
path-of-exile-2.3.3.pom | |
path-of-exile-2.3.3.jar | 31 KB |
path-of-exile-2.3.3-sources.jar | 26 KB |
path-of-exile-2.3.3-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elypia.elypiai/path-of-exile/ -->
<dependency>
<groupId>org.elypia.elypiai</groupId>
<artifactId>path-of-exile</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elypia.elypiai/path-of-exile/
implementation 'org.elypia.elypiai:path-of-exile:2.3.3'
// https://jarcasting.com/artifacts/org.elypia.elypiai/path-of-exile/
implementation ("org.elypia.elypiai:path-of-exile:2.3.3")
'org.elypia.elypiai:path-of-exile:jar:2.3.3'
<dependency org="org.elypia.elypiai" name="path-of-exile" rev="2.3.3">
<artifact name="path-of-exile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elypia.elypiai', module='path-of-exile', version='2.3.3')
)
libraryDependencies += "org.elypia.elypiai" % "path-of-exile" % "2.3.3"
[org.elypia.elypiai/path-of-exile "2.3.3"]