GroupId | GroupIdcom.typesafe.conductr |
---|---|
ArtifactId | ArtifactIdplay24-conductr-bundle-lib_2.11 |
Version | Version1.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.conductr/play24-conductr-bundle-lib_2.11/ -->
<dependency>
<groupId>com.typesafe.conductr</groupId>
<artifactId>play24-conductr-bundle-lib_2.11</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.conductr/play24-conductr-bundle-lib_2.11/
implementation 'com.typesafe.conductr:play24-conductr-bundle-lib_2.11:1.4.4'
// https://jarcasting.com/artifacts/com.typesafe.conductr/play24-conductr-bundle-lib_2.11/
implementation ("com.typesafe.conductr:play24-conductr-bundle-lib_2.11:1.4.4")
'com.typesafe.conductr:play24-conductr-bundle-lib_2.11:jar:1.4.4'
<dependency org="com.typesafe.conductr" name="play24-conductr-bundle-lib_2.11" rev="1.4.4">
<artifact name="play24-conductr-bundle-lib_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.conductr', module='play24-conductr-bundle-lib_2.11', version='1.4.4')
)
libraryDependencies += "com.typesafe.conductr" % "play24-conductr-bundle-lib_2.11" % "1.4.4"
[com.typesafe.conductr/play24-conductr-bundle-lib_2.11 "1.4.4"]