GroupId | GroupIdcom.rainingsince |
---|---|
ArtifactId | ArtifactIdspring-web-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
spring-web-core-0.0.3.pom | |
spring-web-core-0.0.3.jar | 14 KB |
spring-web-core-0.0.3-sources.jar | 9 KB |
spring-web-core-0.0.3-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rainingsince/spring-web-core/ -->
<dependency>
<groupId>com.rainingsince</groupId>
<artifactId>spring-web-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.rainingsince/spring-web-core/
implementation 'com.rainingsince:spring-web-core:0.0.3'
// https://jarcasting.com/artifacts/com.rainingsince/spring-web-core/
implementation ("com.rainingsince:spring-web-core:0.0.3")
'com.rainingsince:spring-web-core:jar:0.0.3'
<dependency org="com.rainingsince" name="spring-web-core" rev="0.0.3">
<artifact name="spring-web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rainingsince', module='spring-web-core', version='0.0.3')
)
libraryDependencies += "com.rainingsince" % "spring-web-core" % "0.0.3"
[com.rainingsince/spring-web-core "0.0.3"]