GroupId | GroupIdorg.cloudhoist |
---|---|
ArtifactId | ArtifactIdthread-expr |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
thread-expr-1.1.0.pom | |
thread-expr-1.1.0.jar | 4 KB |
thread-expr-1.1.0-tests.jar | 3 KB |
thread-expr-1.1.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/thread-expr/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>thread-expr</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/thread-expr/
implementation 'org.cloudhoist:thread-expr:1.1.0'
// https://jarcasting.com/artifacts/org.cloudhoist/thread-expr/
implementation ("org.cloudhoist:thread-expr:1.1.0")
'org.cloudhoist:thread-expr:jar:1.1.0'
<dependency org="org.cloudhoist" name="thread-expr" rev="1.1.0">
<artifact name="thread-expr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='thread-expr', version='1.1.0')
)
libraryDependencies += "org.cloudhoist" % "thread-expr" % "1.1.0"
[org.cloudhoist/thread-expr "1.1.0"]