| GroupId | GroupIdcom.github.gcorporationcare |
|---|---|
| ArtifactId | ArtifactIdspring-helper |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-helper-1.0.3.pom | |
| spring-helper-1.0.3.jar | 127 KB |
| spring-helper-1.0.3-sources.jar | 66 KB |
| spring-helper-1.0.3-javadoc.jar | 504 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gcorporationcare/spring-helper/ -->
<dependency>
<groupId>com.github.gcorporationcare</groupId>
<artifactId>spring-helper</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gcorporationcare/spring-helper/
implementation 'com.github.gcorporationcare:spring-helper:1.0.3'
// https://jarcasting.com/artifacts/com.github.gcorporationcare/spring-helper/
implementation ("com.github.gcorporationcare:spring-helper:1.0.3")
'com.github.gcorporationcare:spring-helper:jar:1.0.3'
<dependency org="com.github.gcorporationcare" name="spring-helper" rev="1.0.3">
<artifact name="spring-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gcorporationcare', module='spring-helper', version='1.0.3')
)
libraryDependencies += "com.github.gcorporationcare" % "spring-helper" % "1.0.3"
[com.github.gcorporationcare/spring-helper "1.0.3"]