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