Categories |
CategoriesScala Languages Net |
---|---|
GroupId | GroupIdnet.sandrogrzicic |
ArtifactId | ArtifactIdscalabuff-compiler_2.10 |
Version | Version1.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sandrogrzicic/scalabuff-compiler_2.10/ -->
<dependency>
<groupId>net.sandrogrzicic</groupId>
<artifactId>scalabuff-compiler_2.10</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sandrogrzicic/scalabuff-compiler_2.10/
implementation 'net.sandrogrzicic:scalabuff-compiler_2.10:1.3.6'
// https://jarcasting.com/artifacts/net.sandrogrzicic/scalabuff-compiler_2.10/
implementation ("net.sandrogrzicic:scalabuff-compiler_2.10:1.3.6")
'net.sandrogrzicic:scalabuff-compiler_2.10:jar:1.3.6'
<dependency org="net.sandrogrzicic" name="scalabuff-compiler_2.10" rev="1.3.6">
<artifact name="scalabuff-compiler_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sandrogrzicic', module='scalabuff-compiler_2.10', version='1.3.6')
)
libraryDependencies += "net.sandrogrzicic" % "scalabuff-compiler_2.10" % "1.3.6"
[net.sandrogrzicic/scalabuff-compiler_2.10 "1.3.6"]