| GroupId | GroupIdcom.github.mstream-trader |
|---|---|
| ArtifactId | ArtifactIdcommons-utils |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-utils-1.3.pom | |
| commons-utils-1.3.jar | 3 KB |
| commons-utils-1.3-sources.jar | 2 KB |
| commons-utils-1.3-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mstream-trader/commons-utils/ -->
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-utils</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-utils/
implementation 'com.github.mstream-trader:commons-utils:1.3'
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-utils/
implementation ("com.github.mstream-trader:commons-utils:1.3")
'com.github.mstream-trader:commons-utils:jar:1.3'
<dependency org="com.github.mstream-trader" name="commons-utils" rev="1.3">
<artifact name="commons-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='commons-utils', version='1.3')
)
libraryDependencies += "com.github.mstream-trader" % "commons-utils" % "1.3"
[com.github.mstream-trader/commons-utils "1.3"]