Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.busymachines |
ArtifactId | ArtifactIdpureharm-core-phantom_2.12 |
Version | Version0.0.2-SNAP15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.busymachines/pureharm-core-phantom_2.12/ -->
<dependency>
<groupId>com.busymachines</groupId>
<artifactId>pureharm-core-phantom_2.12</artifactId>
<version>0.0.2-SNAP15</version>
</dependency>
// https://jarcasting.com/artifacts/com.busymachines/pureharm-core-phantom_2.12/
implementation 'com.busymachines:pureharm-core-phantom_2.12:0.0.2-SNAP15'
// https://jarcasting.com/artifacts/com.busymachines/pureharm-core-phantom_2.12/
implementation ("com.busymachines:pureharm-core-phantom_2.12:0.0.2-SNAP15")
'com.busymachines:pureharm-core-phantom_2.12:jar:0.0.2-SNAP15'
<dependency org="com.busymachines" name="pureharm-core-phantom_2.12" rev="0.0.2-SNAP15">
<artifact name="pureharm-core-phantom_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.busymachines', module='pureharm-core-phantom_2.12', version='0.0.2-SNAP15')
)
libraryDependencies += "com.busymachines" % "pureharm-core-phantom_2.12" % "0.0.2-SNAP15"
[com.busymachines/pureharm-core-phantom_2.12 "0.0.2-SNAP15"]