| GroupId | GroupIdorg.wvlet |
|---|---|
| ArtifactId | ArtifactIdsurface_2.11 |
| Version | Version0.15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| surface_2.11-0.15.pom | |
| surface_2.11-0.15.jar | 302 KB |
| surface_2.11-0.15-sources.jar | 22 KB |
| surface_2.11-0.15-javadoc.jar | 545 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet/surface_2.11/ -->
<dependency>
<groupId>org.wvlet</groupId>
<artifactId>surface_2.11</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet/surface_2.11/
implementation 'org.wvlet:surface_2.11:0.15'
// https://jarcasting.com/artifacts/org.wvlet/surface_2.11/
implementation ("org.wvlet:surface_2.11:0.15")
'org.wvlet:surface_2.11:jar:0.15'
<dependency org="org.wvlet" name="surface_2.11" rev="0.15">
<artifact name="surface_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet', module='surface_2.11', version='0.15')
)
libraryDependencies += "org.wvlet" % "surface_2.11" % "0.15"
[org.wvlet/surface_2.11 "0.15"]