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