License |
License |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdspring-scaffold |
Version | Version0.2.11 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-scaffold-0.2.11.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-scaffold</artifactId>
<version>0.2.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/
implementation 'com.github.edgar615:spring-scaffold:0.2.11'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/
implementation ("com.github.edgar615:spring-scaffold:0.2.11")
'com.github.edgar615:spring-scaffold:pom:0.2.11'
<dependency org="com.github.edgar615" name="spring-scaffold" rev="0.2.11">
<artifact name="spring-scaffold" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-scaffold', version='0.2.11')
)
libraryDependencies += "com.github.edgar615" % "spring-scaffold" % "0.2.11"
[com.github.edgar615/spring-scaffold "0.2.11"]