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