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