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