GroupId | GroupIdio.takari.polyglot |
---|---|
ArtifactId | ArtifactIdpolyglot-atom |
Version | Version0.1.16 |
Type | Typejar |
Filename | Size |
---|---|
polyglot-atom-0.1.16.pom | |
polyglot-atom-0.1.16.jar | 31 KB |
polyglot-atom-0.1.16-sources.jar | 19 KB |
polyglot-atom-0.1.16-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-atom/ -->
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-atom</artifactId>
<version>0.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-atom/
implementation 'io.takari.polyglot:polyglot-atom:0.1.16'
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-atom/
implementation ("io.takari.polyglot:polyglot-atom:0.1.16")
'io.takari.polyglot:polyglot-atom:jar:0.1.16'
<dependency org="io.takari.polyglot" name="polyglot-atom" rev="0.1.16">
<artifact name="polyglot-atom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.polyglot', module='polyglot-atom', version='0.1.16')
)
libraryDependencies += "io.takari.polyglot" % "polyglot-atom" % "0.1.16"
[io.takari.polyglot/polyglot-atom "0.1.16"]