GroupId | GroupIdcom.github.leigh-perry |
---|---|
ArtifactId | ArtifactIdconduction_2.12 |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
conduction_2.12-0.1.1.pom | |
conduction_2.12-0.1.1.jar | 304 bytes |
conduction_2.12-0.1.1-sources.jar | 255 bytes |
conduction_2.12-0.1.1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leigh-perry/conduction_2.12/ -->
<dependency>
<groupId>com.github.leigh-perry</groupId>
<artifactId>conduction_2.12</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leigh-perry/conduction_2.12/
implementation 'com.github.leigh-perry:conduction_2.12:0.1.1'
// https://jarcasting.com/artifacts/com.github.leigh-perry/conduction_2.12/
implementation ("com.github.leigh-perry:conduction_2.12:0.1.1")
'com.github.leigh-perry:conduction_2.12:jar:0.1.1'
<dependency org="com.github.leigh-perry" name="conduction_2.12" rev="0.1.1">
<artifact name="conduction_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leigh-perry', module='conduction_2.12', version='0.1.1')
)
libraryDependencies += "com.github.leigh-perry" % "conduction_2.12" % "0.1.1"
[com.github.leigh-perry/conduction_2.12 "0.1.1"]