Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.github.scalahub |
ArtifactId | ArtifactIdeasyweb_2.12 |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
easyweb_2.12-1.1.pom | |
easyweb_2.12-1.1.jar | 21 KB |
easyweb_2.12-1.1-sources.jar | 4 KB |
easyweb_2.12-1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.scalahub/easyweb_2.12/ -->
<dependency>
<groupId>io.github.scalahub</groupId>
<artifactId>easyweb_2.12</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.scalahub/easyweb_2.12/
implementation 'io.github.scalahub:easyweb_2.12:1.1'
// https://jarcasting.com/artifacts/io.github.scalahub/easyweb_2.12/
implementation ("io.github.scalahub:easyweb_2.12:1.1")
'io.github.scalahub:easyweb_2.12:jar:1.1'
<dependency org="io.github.scalahub" name="easyweb_2.12" rev="1.1">
<artifact name="easyweb_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.scalahub', module='easyweb_2.12', version='1.1')
)
libraryDependencies += "io.github.scalahub" % "easyweb_2.12" % "1.1"
[io.github.scalahub/easyweb_2.12 "1.1"]