| License |
License |
|---|---|
| GroupId | GroupIdio.drinkwater |
| ArtifactId | ArtifactIdexamples |
| Version | Version0.0.10 |
| Type | Typepom |
| Description |
Descriptioncreate, test and use services fast
|
| Filename | Size |
|---|---|
| examples-0.0.10.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.drinkwater/examples/ -->
<dependency>
<groupId>io.drinkwater</groupId>
<artifactId>examples</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.drinkwater/examples/
implementation 'io.drinkwater:examples:0.0.10'
// https://jarcasting.com/artifacts/io.drinkwater/examples/
implementation ("io.drinkwater:examples:0.0.10")
'io.drinkwater:examples:pom:0.0.10'
<dependency org="io.drinkwater" name="examples" rev="0.0.10">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.drinkwater', module='examples', version='0.0.10')
)
libraryDependencies += "io.drinkwater" % "examples" % "0.0.10"
[io.drinkwater/examples "0.0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.21 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.6.1 |
| org.mockito : mockito-core | jar | 2.3.0 |