| GroupId | GroupIdcom.github.michaelruocco.service |
|---|---|
| ArtifactId | ArtifactIdspring-app |
| Version | Version0.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| spring-app-0.1.2.pom | |
| spring-app-0.1.2-sources.jar | 4 KB |
| spring-app-0.1.2-plain.jar | 9 KB |
| spring-app-0.1.2-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco.service/spring-app/ -->
<dependency>
<groupId>com.github.michaelruocco.service</groupId>
<artifactId>spring-app</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco.service/spring-app/
implementation 'com.github.michaelruocco.service:spring-app:0.1.2'
// https://jarcasting.com/artifacts/com.github.michaelruocco.service/spring-app/
implementation ("com.github.michaelruocco.service:spring-app:0.1.2")
'com.github.michaelruocco.service:spring-app:pom:0.1.2'
<dependency org="com.github.michaelruocco.service" name="spring-app" rev="0.1.2">
<artifact name="spring-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco.service', module='spring-app', version='0.1.2')
)
libraryDependencies += "com.github.michaelruocco.service" % "spring-app" % "0.1.2"
[com.github.michaelruocco.service/spring-app "0.1.2"]