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