| Группа | Группаcom.github.mstream-trader |
|---|---|
| Идентификатор | Идентификаторcommons-utils |
| Версия | Версия1.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-utils-1.9.pom | |
| commons-utils-1.9.jar | 11 KB |
| commons-utils-1.9-sources.jar | 8 KB |
| commons-utils-1.9-javadoc.jar | 95 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mstream-trader/commons-utils/ -->
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-utils</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-utils/
implementation 'com.github.mstream-trader:commons-utils:1.9'
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-utils/
implementation ("com.github.mstream-trader:commons-utils:1.9")
'com.github.mstream-trader:commons-utils:jar:1.9'
<dependency org="com.github.mstream-trader" name="commons-utils" rev="1.9">
<artifact name="commons-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='commons-utils', version='1.9')
)
libraryDependencies += "com.github.mstream-trader" % "commons-utils" % "1.9"
[com.github.mstream-trader/commons-utils "1.9"]