GroupId | GroupIdcom.github.Y292450104 |
---|---|
ArtifactId | ArtifactIdsprings |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
springs-1.0.0.RELEASE.pom | |
springs-1.0.0.RELEASE.jar | 16 KB |
springs-1.0.0.RELEASE-sources.jar | 8 KB |
springs-1.0.0.RELEASE-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Y292450104/springs/ -->
<dependency>
<groupId>com.github.Y292450104</groupId>
<artifactId>springs</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Y292450104/springs/
implementation 'com.github.Y292450104:springs:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.Y292450104/springs/
implementation ("com.github.Y292450104:springs:1.0.0.RELEASE")
'com.github.Y292450104:springs:jar:1.0.0.RELEASE'
<dependency org="com.github.Y292450104" name="springs" rev="1.0.0.RELEASE">
<artifact name="springs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Y292450104', module='springs', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.Y292450104" % "springs" % "1.0.0.RELEASE"
[com.github.Y292450104/springs "1.0.0.RELEASE"]