Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.takari.polyglot |
ArtifactId | ArtifactIdpolyglot-scala |
Version | Version0.1.18 |
Type | Typejar |
Filename | Size |
---|---|
polyglot-scala-0.1.18.pom | |
polyglot-scala-0.1.18.jar | 669 KB |
polyglot-scala-0.1.18-sources.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-scala/ -->
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-scala</artifactId>
<version>0.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-scala/
implementation 'io.takari.polyglot:polyglot-scala:0.1.18'
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-scala/
implementation ("io.takari.polyglot:polyglot-scala:0.1.18")
'io.takari.polyglot:polyglot-scala:jar:0.1.18'
<dependency org="io.takari.polyglot" name="polyglot-scala" rev="0.1.18">
<artifact name="polyglot-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.polyglot', module='polyglot-scala', version='0.1.18')
)
libraryDependencies += "io.takari.polyglot" % "polyglot-scala" % "0.1.18"
[io.takari.polyglot/polyglot-scala "0.1.18"]