Categories |
CategoriesScala Languages ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.NicholasMolyneaux |
ArtifactId | ArtifactIdscala-custom_2.12 |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
scala-custom_2.12-1.3.0.pom | |
scala-custom_2.12-1.3.0.jar | 118 KB |
scala-custom_2.12-1.3.0-sources.jar | 23 KB |
scala-custom_2.12-1.3.0-javadoc.jar | 801 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.NicholasMolyneaux/scala-custom_2.12/ -->
<dependency>
<groupId>com.github.NicholasMolyneaux</groupId>
<artifactId>scala-custom_2.12</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.NicholasMolyneaux/scala-custom_2.12/
implementation 'com.github.NicholasMolyneaux:scala-custom_2.12:1.3.0'
// https://jarcasting.com/artifacts/com.github.NicholasMolyneaux/scala-custom_2.12/
implementation ("com.github.NicholasMolyneaux:scala-custom_2.12:1.3.0")
'com.github.NicholasMolyneaux:scala-custom_2.12:jar:1.3.0'
<dependency org="com.github.NicholasMolyneaux" name="scala-custom_2.12" rev="1.3.0">
<artifact name="scala-custom_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.NicholasMolyneaux', module='scala-custom_2.12', version='1.3.0')
)
libraryDependencies += "com.github.NicholasMolyneaux" % "scala-custom_2.12" % "1.3.0"
[com.github.NicholasMolyneaux/scala-custom_2.12 "1.3.0"]