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