Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.seesharpsoft.spring |
ArtifactId | ArtifactIdsharping-multipart-boot-example |
Version | Version0.6.0 |
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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-multipart-boot-example/
implementation 'net.seesharpsoft.spring:sharping-multipart-boot-example:0.6.0'
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-multipart-boot-example/
implementation ("net.seesharpsoft.spring:sharping-multipart-boot-example:0.6.0")
'net.seesharpsoft.spring:sharping-multipart-boot-example:jar:0.6.0'
<dependency org="net.seesharpsoft.spring" name="sharping-multipart-boot-example" rev="0.6.0">
<artifact name="sharping-multipart-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.spring', module='sharping-multipart-boot-example', version='0.6.0')
)
libraryDependencies += "net.seesharpsoft.spring" % "sharping-multipart-boot-example" % "0.6.0"
[net.seesharpsoft.spring/sharping-multipart-boot-example "0.6.0"]