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