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