GroupId | GroupIdcom.github.edgar615 |
---|---|
ArtifactId | ArtifactIdspring-scaffold |
Version | Version0.2.10 |
Type | Typepom |
Filename | Size |
---|---|
spring-scaffold-0.2.10.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.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/
implementation 'com.github.edgar615:spring-scaffold:0.2.10'
// https://jarcasting.com/artifacts/com.github.edgar615/spring-scaffold/
implementation ("com.github.edgar615:spring-scaffold:0.2.10")
'com.github.edgar615:spring-scaffold:pom:0.2.10'
<dependency org="com.github.edgar615" name="spring-scaffold" rev="0.2.10">
<artifact name="spring-scaffold" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='spring-scaffold', version='0.2.10')
)
libraryDependencies += "com.github.edgar615" % "spring-scaffold" % "0.2.10"
[com.github.edgar615/spring-scaffold "0.2.10"]