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