GroupId | GroupIdcom.puresoltechnologies.streaming |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
test-1.2.1.pom | |
test-1.2.1.jar | 249 KB |
test-1.2.1-sources.jar | 4 KB |
test-1.2.1-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.puresoltechnologies.streaming/test/ -->
<dependency>
<groupId>com.puresoltechnologies.streaming</groupId>
<artifactId>test</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.puresoltechnologies.streaming/test/
implementation 'com.puresoltechnologies.streaming:test:1.2.1'
// https://jarcasting.com/artifacts/com.puresoltechnologies.streaming/test/
implementation ("com.puresoltechnologies.streaming:test:1.2.1")
'com.puresoltechnologies.streaming:test:jar:1.2.1'
<dependency org="com.puresoltechnologies.streaming" name="test" rev="1.2.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.puresoltechnologies.streaming', module='test', version='1.2.1')
)
libraryDependencies += "com.puresoltechnologies.streaming" % "test" % "1.2.1"
[com.puresoltechnologies.streaming/test "1.2.1"]