GroupId | GroupIdcom.github.flowersinthesand |
---|---|
ArtifactId | ArtifactIdportal-play |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
portal-play-0.6.pom | |
portal-play-0.6.jar | 29 KB |
portal-play-0.6-sources.jar | 6 KB |
portal-play-0.6-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-play/ -->
<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-play</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-play/
implementation 'com.github.flowersinthesand:portal-play:0.6'
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-play/
implementation ("com.github.flowersinthesand:portal-play:0.6")
'com.github.flowersinthesand:portal-play:jar:0.6'
<dependency org="com.github.flowersinthesand" name="portal-play" rev="0.6">
<artifact name="portal-play" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flowersinthesand', module='portal-play', version='0.6')
)
libraryDependencies += "com.github.flowersinthesand" % "portal-play" % "0.6"
[com.github.flowersinthesand/portal-play "0.6"]