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