GroupId | GroupIdio.github.easy-do |
---|---|
ArtifactId | ArtifactIdcloud-web-starter-core |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.easy-do/cloud-web-starter-core/ -->
<dependency>
<groupId>io.github.easy-do</groupId>
<artifactId>cloud-web-starter-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.easy-do/cloud-web-starter-core/
implementation 'io.github.easy-do:cloud-web-starter-core:0.0.3'
// https://jarcasting.com/artifacts/io.github.easy-do/cloud-web-starter-core/
implementation ("io.github.easy-do:cloud-web-starter-core:0.0.3")
'io.github.easy-do:cloud-web-starter-core:jar:0.0.3'
<dependency org="io.github.easy-do" name="cloud-web-starter-core" rev="0.0.3">
<artifact name="cloud-web-starter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.easy-do', module='cloud-web-starter-core', version='0.0.3')
)
libraryDependencies += "io.github.easy-do" % "cloud-web-starter-core" % "0.0.3"
[io.github.easy-do/cloud-web-starter-core "0.0.3"]