GroupId | GroupIdio.easyspring.framework |
---|---|
ArtifactId | ArtifactIdframework-base |
Version | Version1.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
framework-base-1.0.0-RELEASE.pom | 893 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.easyspring.framework/framework-base/ -->
<dependency>
<groupId>io.easyspring.framework</groupId>
<artifactId>framework-base</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.framework/framework-base/
implementation 'io.easyspring.framework:framework-base:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.framework/framework-base/
implementation ("io.easyspring.framework:framework-base:1.0.0-RELEASE")
'io.easyspring.framework:framework-base:pom:1.0.0-RELEASE'
<dependency org="io.easyspring.framework" name="framework-base" rev="1.0.0-RELEASE">
<artifact name="framework-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.framework', module='framework-base', version='1.0.0-RELEASE')
)
libraryDependencies += "io.easyspring.framework" % "framework-base" % "1.0.0-RELEASE"
[io.easyspring.framework/framework-base "1.0.0-RELEASE"]