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