| Группа | Группаorg.openehealth.ipf.commons |
|---|---|
| Идентификатор | Идентификаторipf-commons-spring |
| Версия | Версия3.2-rc1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ipf-commons-spring-3.2-rc1.pom | |
| ipf-commons-spring-3.2-rc1.jar | 73 KB |
| ipf-commons-spring-3.2-rc1-test-sources.jar | 10 KB |
| ipf-commons-spring-3.2-rc1-sources.jar | 18 KB |
| ipf-commons-spring-3.2-rc1-javadoc.jar | 90 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-spring/ -->
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-spring</artifactId>
<version>3.2-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-spring/
implementation 'org.openehealth.ipf.commons:ipf-commons-spring:3.2-rc1'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-spring/
implementation ("org.openehealth.ipf.commons:ipf-commons-spring:3.2-rc1")
'org.openehealth.ipf.commons:ipf-commons-spring:jar:3.2-rc1'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-spring" rev="3.2-rc1">
<artifact name="ipf-commons-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-spring', version='3.2-rc1')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-spring" % "3.2-rc1"
[org.openehealth.ipf.commons/ipf-commons-spring "3.2-rc1"]