GroupId | GroupIdcom.github.edgar615 |
---|---|
ArtifactId | ArtifactIdspring-scaffold |
Version | Version0.2.9 |
Type | Typepom |
Filename | Size |
---|---|
spring-scaffold-0.2.9.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>spring-scaffold</artifactId>
<version>0.2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/
implementation 'com.github.edgar615:spring-scaffold:0.2.9'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/
implementation ("com.github.edgar615:spring-scaffold:0.2.9")
'com.github.edgar615:spring-scaffold:pom:0.2.9'
<dependency org="com.github.edgar615" name="spring-scaffold" rev="0.2.9">
<artifact name="spring-scaffold" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-scaffold', version='0.2.9')
)
libraryDependencies += "com.github.edgar615" % "spring-scaffold" % "0.2.9"
[com.github.edgar615/spring-scaffold "0.2.9"]