GroupId | GroupIdtech.rsqn.streams |
---|---|
ArtifactId | ArtifactIdtmp-common |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
tmp-common-1.0.2.pom | |
tmp-common-1.0.2.jar | 4 KB |
tmp-common-1.0.2-sources.jar | 3 KB |
tmp-common-1.0.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.rsqn.streams/tmp-common/ -->
<dependency>
<groupId>tech.rsqn.streams</groupId>
<artifactId>tmp-common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.rsqn.streams/tmp-common/
implementation 'tech.rsqn.streams:tmp-common:1.0.2'
// https://jarcasting.com/artifacts/tech.rsqn.streams/tmp-common/
implementation ("tech.rsqn.streams:tmp-common:1.0.2")
'tech.rsqn.streams:tmp-common:jar:1.0.2'
<dependency org="tech.rsqn.streams" name="tmp-common" rev="1.0.2">
<artifact name="tmp-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.rsqn.streams', module='tmp-common', version='1.0.2')
)
libraryDependencies += "tech.rsqn.streams" % "tmp-common" % "1.0.2"
[tech.rsqn.streams/tmp-common "1.0.2"]