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