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