| GroupId | GroupIdcom.kyleu |
|---|---|
| ArtifactId | ArtifactIdprojectile_2.12 |
| Version | Version1.7.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| projectile_2.12-1.7.7.pom | |
| projectile_2.12-1.7.7.jar | 739 KB |
| projectile_2.12-1.7.7-sources.jar | 29 KB |
| projectile_2.12-1.7.7-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kyleu/projectile_2.12/ -->
<dependency>
<groupId>com.kyleu</groupId>
<artifactId>projectile_2.12</artifactId>
<version>1.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.kyleu/projectile_2.12/
implementation 'com.kyleu:projectile_2.12:1.7.7'
// https://jarcasting.com/artifacts/com.kyleu/projectile_2.12/
implementation ("com.kyleu:projectile_2.12:1.7.7")
'com.kyleu:projectile_2.12:jar:1.7.7'
<dependency org="com.kyleu" name="projectile_2.12" rev="1.7.7">
<artifact name="projectile_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kyleu', module='projectile_2.12', version='1.7.7')
)
libraryDependencies += "com.kyleu" % "projectile_2.12" % "1.7.7"
[com.kyleu/projectile_2.12 "1.7.7"]