GroupId | GroupIdcom.rainingsince |
---|---|
ArtifactId | ArtifactIdspring-web-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-web-core-0.0.1.pom | |
spring-web-core-0.0.1.jar | 14 KB |
spring-web-core-0.0.1-sources.jar | 9 KB |
spring-web-core-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rainingsince/spring-web-core/
implementation 'com.rainingsince:spring-web-core:0.0.1'
// https://jarcasting.com/artifacts/com.rainingsince/spring-web-core/
implementation ("com.rainingsince:spring-web-core:0.0.1")
'com.rainingsince:spring-web-core:jar:0.0.1'
<dependency org="com.rainingsince" name="spring-web-core" rev="0.0.1">
<artifact name="spring-web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rainingsince', module='spring-web-core', version='0.0.1')
)
libraryDependencies += "com.rainingsince" % "spring-web-core" % "0.0.1"
[com.rainingsince/spring-web-core "0.0.1"]