GroupId | GroupIdio.github.project-snail |
---|---|
ArtifactId | ArtifactIdsnail-defer-starter |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
snail-defer-starter-1.0.pom | |
snail-defer-starter-1.0.jar | 9 KB |
snail-defer-starter-1.0-sources.jar | 5 KB |
snail-defer-starter-1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.project-snail/snail-defer-starter/ -->
<dependency>
<groupId>io.github.project-snail</groupId>
<artifactId>snail-defer-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-snail/snail-defer-starter/
implementation 'io.github.project-snail:snail-defer-starter:1.0'
// https://jarcasting.com/artifacts/io.github.project-snail/snail-defer-starter/
implementation ("io.github.project-snail:snail-defer-starter:1.0")
'io.github.project-snail:snail-defer-starter:jar:1.0'
<dependency org="io.github.project-snail" name="snail-defer-starter" rev="1.0">
<artifact name="snail-defer-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.project-snail', module='snail-defer-starter', version='1.0')
)
libraryDependencies += "io.github.project-snail" % "snail-defer-starter" % "1.0"
[io.github.project-snail/snail-defer-starter "1.0"]