GroupId | GroupIdcom.iqiny.silly |
---|---|
ArtifactId | ArtifactIdsilly-spring |
Version | Version1.1.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
silly-spring-1.1.1-RELEASE.pom | |
silly-spring-1.1.1-RELEASE.jar | 28 KB |
silly-spring-1.1.1-RELEASE-sources.jar | 17 KB |
silly-spring-1.1.1-RELEASE-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iqiny.silly/silly-spring/ -->
<dependency>
<groupId>com.iqiny.silly</groupId>
<artifactId>silly-spring</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.iqiny.silly/silly-spring/
implementation 'com.iqiny.silly:silly-spring:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.iqiny.silly/silly-spring/
implementation ("com.iqiny.silly:silly-spring:1.1.1-RELEASE")
'com.iqiny.silly:silly-spring:jar:1.1.1-RELEASE'
<dependency org="com.iqiny.silly" name="silly-spring" rev="1.1.1-RELEASE">
<artifact name="silly-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iqiny.silly', module='silly-spring', version='1.1.1-RELEASE')
)
libraryDependencies += "com.iqiny.silly" % "silly-spring" % "1.1.1-RELEASE"
[com.iqiny.silly/silly-spring "1.1.1-RELEASE"]