GroupId | GroupIdio.acryl |
---|---|
ArtifactId | ArtifactIdd2 |
Version | Version29.22.16 |
Type | Typejar |
Filename | Size |
---|---|
d2-29.22.16.pom | |
d2-29.22.16.jar | 857 KB |
d2-29.22.16-sources.jar | 512 KB |
d2-29.22.16-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.acryl/d2/ -->
<dependency>
<groupId>io.acryl</groupId>
<artifactId>d2</artifactId>
<version>29.22.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.acryl/d2/
implementation 'io.acryl:d2:29.22.16'
// https://jarcasting.com/artifacts/io.acryl/d2/
implementation ("io.acryl:d2:29.22.16")
'io.acryl:d2:jar:29.22.16'
<dependency org="io.acryl" name="d2" rev="29.22.16">
<artifact name="d2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.acryl', module='d2', version='29.22.16')
)
libraryDependencies += "io.acryl" % "d2" % "29.22.16"
[io.acryl/d2 "29.22.16"]