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