GroupId | GroupIdcom.github.gitssie |
---|---|
ArtifactId | ArtifactIdplay-transport_2.12 |
Version | Version2.6.6 |
Type | Typejar |
Filename | Size |
---|---|
play-transport_2.12-2.6.6.pom | |
play-transport_2.12-2.6.6.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gitssie/play-transport_2.12/ -->
<dependency>
<groupId>com.github.gitssie</groupId>
<artifactId>play-transport_2.12</artifactId>
<version>2.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gitssie/play-transport_2.12/
implementation 'com.github.gitssie:play-transport_2.12:2.6.6'
// https://jarcasting.com/artifacts/com.github.gitssie/play-transport_2.12/
implementation ("com.github.gitssie:play-transport_2.12:2.6.6")
'com.github.gitssie:play-transport_2.12:jar:2.6.6'
<dependency org="com.github.gitssie" name="play-transport_2.12" rev="2.6.6">
<artifact name="play-transport_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gitssie', module='play-transport_2.12', version='2.6.6')
)
libraryDependencies += "com.github.gitssie" % "play-transport_2.12" % "2.6.6"
[com.github.gitssie/play-transport_2.12 "2.6.6"]