| GroupId | GroupIdorg.http4s |
|---|---|
| ArtifactId | ArtifactIdblaze-core_2.10 |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| blaze-core_2.10-0.3.0.pom | |
| blaze-core_2.10-0.3.0.jar | 272 KB |
| blaze-core_2.10-0.3.0-sources.jar | 42 KB |
| blaze-core_2.10-0.3.0-javadoc.jar | 594 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/blaze-core_2.10/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>blaze-core_2.10</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/blaze-core_2.10/
implementation 'org.http4s:blaze-core_2.10:0.3.0'
// https://jarcasting.com/artifacts/org.http4s/blaze-core_2.10/
implementation ("org.http4s:blaze-core_2.10:0.3.0")
'org.http4s:blaze-core_2.10:jar:0.3.0'
<dependency org="org.http4s" name="blaze-core_2.10" rev="0.3.0">
<artifact name="blaze-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='blaze-core_2.10', version='0.3.0')
)
libraryDependencies += "org.http4s" % "blaze-core_2.10" % "0.3.0"
[org.http4s/blaze-core_2.10 "0.3.0"]