GroupId | GroupIdio.github.baked-libs |
---|---|
ArtifactId | ArtifactIddough-common |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dough-common-1.0.0.pom | |
dough-common-1.0.0.jar | 11 KB |
dough-common-1.0.0-sources.jar | 9 KB |
dough-common-1.0.0-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.baked-libs/dough-common/ -->
<dependency>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.baked-libs/dough-common/
implementation 'io.github.baked-libs:dough-common:1.0.0'
// https://jarcasting.com/artifacts/io.github.baked-libs/dough-common/
implementation ("io.github.baked-libs:dough-common:1.0.0")
'io.github.baked-libs:dough-common:jar:1.0.0'
<dependency org="io.github.baked-libs" name="dough-common" rev="1.0.0">
<artifact name="dough-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.baked-libs', module='dough-common', version='1.0.0')
)
libraryDependencies += "io.github.baked-libs" % "dough-common" % "1.0.0"
[io.github.baked-libs/dough-common "1.0.0"]