License |
License |
---|---|
GroupId | GroupIdio.easyspring.framework |
ArtifactId | ArtifactIdframework-base |
Last Version | Last Version1.1.0-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFramework Base
Framework Base
|
Filename | Size |
---|---|
framework-base-1.1.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.1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.framework/framework-base/
implementation 'io.easyspring.framework:framework-base:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.framework/framework-base/
implementation ("io.easyspring.framework:framework-base:1.1.0-RELEASE")
'io.easyspring.framework:framework-base:pom:1.1.0-RELEASE'
<dependency org="io.easyspring.framework" name="framework-base" rev="1.1.0-RELEASE">
<artifact name="framework-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.framework', module='framework-base', version='1.1.0-RELEASE')
)
libraryDependencies += "io.easyspring.framework" % "framework-base" % "1.1.0-RELEASE"
[io.easyspring.framework/framework-base "1.1.0-RELEASE"]