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