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