| GroupId | GroupIdcom.madewithtea |
|---|---|
| ArtifactId | ArtifactIdmockedstreams_2.11 |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mockedstreams_2.11-1.1.0.pom | |
| mockedstreams_2.11-1.1.0.jar | 20 KB |
| mockedstreams_2.11-1.1.0-sources.jar | 1 KB |
| mockedstreams_2.11-1.1.0-javadoc.jar | 363 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.madewithtea/mockedstreams_2.11/ -->
<dependency>
<groupId>com.madewithtea</groupId>
<artifactId>mockedstreams_2.11</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madewithtea/mockedstreams_2.11/
implementation 'com.madewithtea:mockedstreams_2.11:1.1.0'
// https://jarcasting.com/artifacts/com.madewithtea/mockedstreams_2.11/
implementation ("com.madewithtea:mockedstreams_2.11:1.1.0")
'com.madewithtea:mockedstreams_2.11:jar:1.1.0'
<dependency org="com.madewithtea" name="mockedstreams_2.11" rev="1.1.0">
<artifact name="mockedstreams_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madewithtea', module='mockedstreams_2.11', version='1.1.0')
)
libraryDependencies += "com.madewithtea" % "mockedstreams_2.11" % "1.1.0"
[com.madewithtea/mockedstreams_2.11 "1.1.0"]