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