| GroupId | GroupIdcom.github.seratch |
|---|---|
| ArtifactId | ArtifactIdscalikejdbc-play-plugin_2.9.2 |
| Version | Version1.3.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.seratch/scalikejdbc-play-plugin_2.9.2/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>scalikejdbc-play-plugin_2.9.2</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/scalikejdbc-play-plugin_2.9.2/
implementation 'com.github.seratch:scalikejdbc-play-plugin_2.9.2:1.3.5'
// https://jarcasting.com/artifacts/com.github.seratch/scalikejdbc-play-plugin_2.9.2/
implementation ("com.github.seratch:scalikejdbc-play-plugin_2.9.2:1.3.5")
'com.github.seratch:scalikejdbc-play-plugin_2.9.2:jar:1.3.5'
<dependency org="com.github.seratch" name="scalikejdbc-play-plugin_2.9.2" rev="1.3.5">
<artifact name="scalikejdbc-play-plugin_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='scalikejdbc-play-plugin_2.9.2', version='1.3.5')
)
libraryDependencies += "com.github.seratch" % "scalikejdbc-play-plugin_2.9.2" % "1.3.5"
[com.github.seratch/scalikejdbc-play-plugin_2.9.2 "1.3.5"]