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