| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.ikasan |
| Идентификатор | Идентификаторsample-spring-boot-file |
| Версия | Версия3.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sample-spring-boot-file-3.1.2.pom | |
| sample-spring-boot-file-3.1.2.jar | 73 MB |
| sample-spring-boot-file-3.1.2-sources.jar | 7 KB |
| sample-spring-boot-file-3.1.2-javadoc.jar | 408 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ikasan/sample-spring-boot-file/ -->
<dependency>
<groupId>org.ikasan</groupId>
<artifactId>sample-spring-boot-file</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ikasan/sample-spring-boot-file/
implementation 'org.ikasan:sample-spring-boot-file:3.1.2'
// https://jarcasting.com/artifacts/org.ikasan/sample-spring-boot-file/
implementation ("org.ikasan:sample-spring-boot-file:3.1.2")
'org.ikasan:sample-spring-boot-file:jar:3.1.2'
<dependency org="org.ikasan" name="sample-spring-boot-file" rev="3.1.2">
<artifact name="sample-spring-boot-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ikasan', module='sample-spring-boot-file', version='3.1.2')
)
libraryDependencies += "org.ikasan" % "sample-spring-boot-file" % "3.1.2"
[org.ikasan/sample-spring-boot-file "3.1.2"]