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