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