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