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