GroupId | GroupIdcom.github.xwine |
---|---|
ArtifactId | ArtifactIdwe-end-spring |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
we-end-spring-1.1.pom | |
we-end-spring-1.1.jar | 1 MB |
we-end-spring-1.1-sources.jar | 1 MB |
we-end-spring-1.1-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xwine/we-end-spring/ -->
<dependency>
<groupId>com.github.xwine</groupId>
<artifactId>we-end-spring</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xwine/we-end-spring/
implementation 'com.github.xwine:we-end-spring:1.1'
// https://jarcasting.com/artifacts/com.github.xwine/we-end-spring/
implementation ("com.github.xwine:we-end-spring:1.1")
'com.github.xwine:we-end-spring:jar:1.1'
<dependency org="com.github.xwine" name="we-end-spring" rev="1.1">
<artifact name="we-end-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xwine', module='we-end-spring', version='1.1')
)
libraryDependencies += "com.github.xwine" % "we-end-spring" % "1.1"
[com.github.xwine/we-end-spring "1.1"]