GroupId | GroupIdorg.interledger |
---|---|
ArtifactId | ArtifactIdstream-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
stream-core-1.3.0.pom | |
stream-core-1.3.0.jar | 122 KB |
stream-core-1.3.0-sources.jar | 94 KB |
stream-core-1.3.0-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger/stream-core/ -->
<dependency>
<groupId>org.interledger</groupId>
<artifactId>stream-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/stream-core/
implementation 'org.interledger:stream-core:1.3.0'
// https://jarcasting.com/artifacts/org.interledger/stream-core/
implementation ("org.interledger:stream-core:1.3.0")
'org.interledger:stream-core:jar:1.3.0'
<dependency org="org.interledger" name="stream-core" rev="1.3.0">
<artifact name="stream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='stream-core', version='1.3.0')
)
libraryDependencies += "org.interledger" % "stream-core" % "1.3.0"
[org.interledger/stream-core "1.3.0"]