GroupId | GroupIdio.github.dzh |
---|---|
ArtifactId | ArtifactIddimit-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dimit-core-0.0.1.pom | |
dimit-core-0.0.1.jar | 32 KB |
dimit-core-0.0.1-sources.jar | 18 KB |
dimit-core-0.0.1-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dzh/dimit-core/ -->
<dependency>
<groupId>io.github.dzh</groupId>
<artifactId>dimit-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dzh/dimit-core/
implementation 'io.github.dzh:dimit-core:0.0.1'
// https://jarcasting.com/artifacts/io.github.dzh/dimit-core/
implementation ("io.github.dzh:dimit-core:0.0.1")
'io.github.dzh:dimit-core:jar:0.0.1'
<dependency org="io.github.dzh" name="dimit-core" rev="0.0.1">
<artifact name="dimit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dzh', module='dimit-core', version='0.0.1')
)
libraryDependencies += "io.github.dzh" % "dimit-core" % "0.0.1"
[io.github.dzh/dimit-core "0.0.1"]