GroupId | GroupIdcom.github.leigh-perry |
---|---|
ArtifactId | ArtifactIdconduction-core_2.12 |
Version | Version0.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.leigh-perry/conduction-core_2.12/ -->
<dependency>
<groupId>com.github.leigh-perry</groupId>
<artifactId>conduction-core_2.12</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leigh-perry/conduction-core_2.12/
implementation 'com.github.leigh-perry:conduction-core_2.12:0.4.2'
// https://jarcasting.com/artifacts/com.github.leigh-perry/conduction-core_2.12/
implementation ("com.github.leigh-perry:conduction-core_2.12:0.4.2")
'com.github.leigh-perry:conduction-core_2.12:jar:0.4.2'
<dependency org="com.github.leigh-perry" name="conduction-core_2.12" rev="0.4.2">
<artifact name="conduction-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leigh-perry', module='conduction-core_2.12', version='0.4.2')
)
libraryDependencies += "com.github.leigh-perry" % "conduction-core_2.12" % "0.4.2"
[com.github.leigh-perry/conduction-core_2.12 "0.4.2"]