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