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