Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.seesharpsoft.sharping |
ArtifactId | ArtifactIdsharping-spring-multipart-boot-example |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-spring-multipart-boot-example/ -->
<dependency>
<groupId>net.seesharpsoft.sharping</groupId>
<artifactId>sharping-spring-multipart-boot-example</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-spring-multipart-boot-example/
implementation 'net.seesharpsoft.sharping:sharping-spring-multipart-boot-example:0.9.0'
// https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-spring-multipart-boot-example/
implementation ("net.seesharpsoft.sharping:sharping-spring-multipart-boot-example:0.9.0")
'net.seesharpsoft.sharping:sharping-spring-multipart-boot-example:jar:0.9.0'
<dependency org="net.seesharpsoft.sharping" name="sharping-spring-multipart-boot-example" rev="0.9.0">
<artifact name="sharping-spring-multipart-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.sharping', module='sharping-spring-multipart-boot-example', version='0.9.0')
)
libraryDependencies += "net.seesharpsoft.sharping" % "sharping-spring-multipart-boot-example" % "0.9.0"
[net.seesharpsoft.sharping/sharping-spring-multipart-boot-example "0.9.0"]