GroupId | GroupIdio.magentys |
---|---|
ArtifactId | ArtifactIddonut |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
donut-0.0.1.pom | |
donut-0.0.1.jar | 347 KB |
donut-0.0.1-sources.jar | 33 KB |
donut-0.0.1-one-jar.jar | 10 MB |
donut-0.0.1-javadoc.jar | 570 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.magentys/donut/ -->
<dependency>
<groupId>io.magentys</groupId>
<artifactId>donut</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.magentys/donut/
implementation 'io.magentys:donut:0.0.1'
// https://jarcasting.com/artifacts/io.magentys/donut/
implementation ("io.magentys:donut:0.0.1")
'io.magentys:donut:jar:0.0.1'
<dependency org="io.magentys" name="donut" rev="0.0.1">
<artifact name="donut" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.magentys', module='donut', version='0.0.1')
)
libraryDependencies += "io.magentys" % "donut" % "0.0.1"
[io.magentys/donut "0.0.1"]