| Группа | Группаorg.pustefixframework.webservices |
|---|---|
| Идентификатор | Идентификаторpustefix-webservices-core |
| Версия | Версия0.20.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.pustefixframework.webservices/pustefix-webservices-core/ -->
<dependency>
<groupId>org.pustefixframework.webservices</groupId>
<artifactId>pustefix-webservices-core</artifactId>
<version>0.20.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework.webservices/pustefix-webservices-core/
implementation 'org.pustefixframework.webservices:pustefix-webservices-core:0.20.6'
// https://jarcasting.com/artifacts/org.pustefixframework.webservices/pustefix-webservices-core/
implementation ("org.pustefixframework.webservices:pustefix-webservices-core:0.20.6")
'org.pustefixframework.webservices:pustefix-webservices-core:jar:0.20.6'
<dependency org="org.pustefixframework.webservices" name="pustefix-webservices-core" rev="0.20.6">
<artifact name="pustefix-webservices-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework.webservices', module='pustefix-webservices-core', version='0.20.6')
)
libraryDependencies += "org.pustefixframework.webservices" % "pustefix-webservices-core" % "0.20.6"
[org.pustefixframework.webservices/pustefix-webservices-core "0.20.6"]