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