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